sergpolly / cLIMS-docker

cLIMS repository running on Docker Contaienrs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##This is the Readme of Clims.

##Run following commands for the cLIMS setup

git clone https://github.com/dekkerlab/cLIMS-docker.git

cd cLIMS-docker/Docker/

docker-compose -f production_docker-compose.yml build

chmod 755 initialize.sh

##Initialize with your s3 backup dump <YYYY/MM/DD>

./initialize.sh 2017/11/14

docker-compose -f production_docker-compose.yml up -d

About

cLIMS repository running on Docker Contaienrs

License:GNU Lesser General Public License v3.0


Languages

Language:Python 69.8%Language:HTML 25.0%Language:JavaScript 3.3%Language:CSS 1.2%Language:Shell 0.7%Language:Dockerfile 0.1%