Nincs leírás

Kirk Trombley af6d620874 Merge branch 'generalize-db-remove-compose' 6 éve
config 72114935b1 Switched from postgres to sqlite 6 éve
src 72114935b1 Switched from postgres to sqlite 6 éve
static 4ef678cb82 Adding web front end, clearing out some remaining bugs 6 éve
templates 4ef678cb82 Adding web front end, clearing out some remaining bugs 6 éve
.gitignore 47aec29750 Setting up gitignore 6 éve
Dockerfile 72114935b1 Switched from postgres to sqlite 6 éve
LICENSE 1e57eea03a License + README 6 éve
README.md 1e57eea03a License + README 6 éve
TODO_commands 8f96e184e3 reimplemented all the simple commands from the older version, made a TODO list 6 éve
requirements.txt 72114935b1 Switched from postgres to sqlite 6 éve

README.md

Rollbot

Build + Deploy

For local testing:

`docker-compose -f stack-testing.yml build`
`docker-compose -f stack-testing.yml up`

For deployment:

`docker-compose -f stack.yml build`
`docker-compose -f stack.yml up`