GithubHelp home page GithubHelp logo

benjwadams / ckanext-ioos-theme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ioos/ckanext-ioos-theme

0.0 2.0 1.0 3.67 MB

IOOS Catalog as a CKAN extension

Shell 25.01% Python 63.94% JavaScript 1.02% CSS 1.61% HTML 2.00% Nginx 6.43%

ckanext-ioos-theme's Introduction

docker-ioos-catalog

Docker image for IOOS Catalog comprising CKAN+PyCSW+Harvesting

Setup

This setup presumes that docker is successfully installed on the host and any virtual machines or hosts are running.

  1. Get the solr image

    docker pull lukecampbell/docker-ckan-solr
    
  2. Launch solr

    docker run --name "solr" -d lukecampbell/docker-ckan-solr
    
  3. Get the postgis image if you want to run PostGIS in a container.

    Note: It's generally advised to run the database on a dedicated host for production settings

    docker pull lukecampbell/docker-ckan-postgis
    
  4. Launch PostGIS

    docker run --name "postgis" -p 5432:5432 -d -t -e "POSTGRES_USER=ckanadmin" -e "POSTGRES_PASS=ckanadmin" -e "POSTGRES_DB=ckan" lukecampbell/docker-postgis
    
  5. Get the redis image

    docker pull redis
    
  6. Launch redis

    docker run --name redis -d redis
    
  7. Pull the IOOS CKAN image

    docker pull lukecampbell/docker-ioos-catalog
    
  8. Launch the CKAN container

    docker run --name "ioos-catalog" \
      -e "DATABASE_URL=postgresql://ckan:[email protected]/ckan" \
      --link solr:solr \
      --link redis:redis \
      --link postgis:db \
      -p 80:80 \
      -d -t \
      lukecampbell/docker-ioos-catalog
    

Usage

Once the containers are launched you should be able to access the CKAN instance by visiting port 80

ckanext-ioos-theme's People

Contributors

lukecampbell avatar

Watchers

 avatar  avatar

Forkers

leilabbb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.