Sem descrição

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

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`