Sin descripción

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

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`