説明なし

Kirk Trombley ffdb24a78c Finished session next command 6 年 前
config 3f6037d77d Getting some wiring in for the session commands 6 年 前
src ffdb24a78c Finished session next command 6 年 前
static 4ef678cb82 Adding web front end, clearing out some remaining bugs 6 年 前
templates 4ef678cb82 Adding web front end, clearing out some remaining bugs 6 年 前
.gitignore 47aec29750 Setting up gitignore 6 年 前
Dockerfile 72114935b1 Switched from postgres to sqlite 6 年 前
LICENSE 1e57eea03a License + README 6 年 前
README.md 3f6037d77d Getting some wiring in for the session commands 6 年 前
TODO_commands 8f96e184e3 reimplemented all the simple commands from the older version, made a TODO list 6 年 前
requirements.txt 72114935b1 Switched from postgres to sqlite 6 年 前

README.md

Rollbot

Build

`docker build -t rollbot3:latest .`

Deploy

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

Or, run locally

`cd src/`
`ROLLBOT_CFG_DIR=../config python3 app.py`