Skip to content

vilisseranen/castellers

Repository files navigation

castellers

Event planning for Montreal castellers

Build Status

Build Status

How to build

./build.sh (you need passwordless sudo to build docker image)

How to run

  • Create a file config.yaml in the volume app_etc to be mounted at /etc/castellers with the following content (change the values between < and >):
--- 
db_name: castellers.db
debug: false
domain: http://<DOMAIN_NAME>:8080
log.file: castellers.log
smtp.server: <SMTP_SERVER>:<SMTP_PORT>
  • sudo docker run --name app -d -v app_var_log:/var/log -v app_data:/data -v app_etc:/etc/castellers -p 127.0.0.1:8080:8080/tcp test

About

Event planning for Montreal castellers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages