Keine Beschreibung

iramo94 d5870cff84 changed to the right ordering of 'alias = "command"' vor 6 Jahren
config d5870cff84 changed to the right ordering of 'alias = "command"' vor 6 Jahren
src f82d6f8ed1 Aliasing vor 6 Jahren
.gitignore 47aec29750 Setting up gitignore vor 6 Jahren
Dockerfile 0c59a79193 Moved static files around, added inspire vor 6 Jahren
LICENSE 1e57eea03a License + README vor 6 Jahren
README.md ef8b0adbc6 Updating README vor 6 Jahren
TODO_commands f82d6f8ed1 Aliasing vor 6 Jahren
requirements.txt f2aa91d6ef Added seychelles command vor 6 Jahren

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