Skip to content

ISA-tools/COPO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COPO Deployment with Docker

Featuring:

  • Docker Engine
  • Docker Compose
  • Python 3.4
  • Django
  • Mongo DB
  • Postgres
  • Nginx
  • Gunicorn

Deployment Instructions

OS X

  1. Start new machine - docker-machine create -d virtualbox dev;
  2. Build images - docker-compose build
  3. Start services - docker-compose up -d
  4. Grab IP - docker-machine ip dev - and view in your browser

Linux - Ubuntu

  1. edit/create /etc/apt/sources.list.d/docker.list
    • add line deb https://apt.dockerproject.org/repo ubuntu-xenial main
    • above change 'ubuntu-*' for your version of ubuntu
  2. update apt - sudo apt-get update
  3. install docker - sudo apt-get install docker-engine
  4. install docker-compose - sudo apt-get install docker-compose
  5. pull latest version of COPO git clone -b deployment https://github.com/collaborative-open-plant-omics/COPO.git
  6. Build images - docker-compose build
  7. Start services - docker-compose up -d

About

Collaborative Open Plant Omics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.7%
  • CSS 20.0%
  • Python 8.8%
  • HTML 6.8%
  • PHP 1.1%
  • Go 0.2%
  • Other 0.4%