hadyrashwan / concerto-docker-build

building concerto-platform in docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

concerto-docker-build

building concerto-platform in docker

Installtion Guide

Install docker https://docs.docker.com/engine/installation/

you can either use the dockerhub image to just run concerto version v5.0.beta.2.186

$ sudo docker run -d -it -p 80:80 hadyrashwan/concerto

or built the latest and run it with the following 4 commands Clone the repo

$ git clone https://github.com/hadyrashwan/concerto-docker-build.git

enter the folder

$ cd concerto-docker-build/

build your image

$ sudo docker build -t concerto .

run it

$ sudo docker run -d -p 80:80 concerto

concerto should be running on port 80

Options from Dockerfile

  • define the commit hash for choosing concerto version
  • define mysql password

About

building concerto-platform in docker


Languages

Language:Shell 81.8%Language:R 18.2%