Skip to content

netdream/concerto-docker-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 81.8%
  • R 18.2%