Aucune description

Kirk Trombley 3eed57be05 Adding a configurable 2 second delay before command execution il y a 6 ans
config 3eed57be05 Adding a configurable 2 second delay before command execution il y a 6 ans
src 3eed57be05 Adding a configurable 2 second delay before command execution il y a 6 ans
.gitignore 47aec29750 Setting up gitignore il y a 6 ans
Dockerfile c7bc1fd01f Updating deployment setup il y a 6 ans
LICENSE 1e57eea03a License + README il y a 6 ans
README.md ef8b0adbc6 Updating README il y a 6 ans
TODO_commands f82d6f8ed1 Aliasing il y a 6 ans
requirements.txt f2aa91d6ef Added seychelles command il y a 6 ans

README.md

Rollbot

Build

docker build -t rollbot3:latest .

Deploy

docker run -p6070:6070 --name rollbot3-instance -d rollbot3

Local Run w/o Docker

cd into src/ and run ROLLBOT_CFG_DIR=../config python3 app.py

Note this requires at least Python 3.7.1