Skip to content

gshera/orangescrum-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OrangeScrum

This is a docker image for OrangeScrum.

Running

To run it, create a mysql container, make sure strict mode is off, and import the database.sql file.

Then, run the image, linking the mysql container:

docker run -d --link mysql-container:mysql maienm/orangescrum

To set constants, you can pass it as an environment variable, prefixed with OSCRUM_. Example:

docker run -d --link --link mysql-container:mysql -e "OSCRUM_SMTP_HOST=ssl://smtp.mailgun.org" -e "OSCRUM_SMTP_PORT=465" -e "[email protected]" -e "OSCRUM_SMTP_PWORD=password"

About

Docker container for OrangeScrum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 86.0%
  • Shell 14.0%