Install Instructions
You need the following things to run Kabukibot:
- Go 1.5
- a running MariaDB/MySQL server
The installation is quite simple:
- $ go get -v github.com/sgt-kabukiman/kabukibot
- Copy the
config.dist.yaml
and name it something likeconfig.yaml
. - Open your
config.yaml
and let the comments guide you. - Start the bot via $ /path/to/your/go/bin/kabukibot --config /path/to/your/config.yaml.
- Profit!