Aucune description

Kirk Trombley 1e57eea03a License + README il y a 6 ans
config 8f96e184e3 reimplemented all the simple commands from the older version, made a TODO list il y a 6 ans
src 8f96e184e3 reimplemented all the simple commands from the older version, made a TODO list il y a 6 ans
static 4ef678cb82 Adding web front end, clearing out some remaining bugs il y a 6 ans
templates 4ef678cb82 Adding web front end, clearing out some remaining bugs il y a 6 ans
.gitignore 47aec29750 Setting up gitignore il y a 6 ans
Dockerfile 4ef678cb82 Adding web front end, clearing out some remaining bugs il y a 6 ans
LICENSE 1e57eea03a License + README il y a 6 ans
README.md 1e57eea03a License + README il y a 6 ans
TODO_commands 8f96e184e3 reimplemented all the simple commands from the older version, made a TODO list il y a 6 ans
requirements.txt f9b1ea543f Adding requests requirement il y a 6 ans
stack-testing.yml 4ef678cb82 Adding web front end, clearing out some remaining bugs il y a 6 ans
stack.yml 4ef678cb82 Adding web front end, clearing out some remaining bugs il y a 6 ans

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`