13 lines
642 B
Markdown
13 lines
642 B
Markdown
|
## How to use this bot (docker edition)
|
||
|
|
||
|
1. Create a bot user, invite to your channel with appropriate permissions.
|
||
|
2. `make docker` to build a docker image. If building for a remote repository, you can add `DOCKER_ORG` to `Makefile.local`.
|
||
|
3. `docker push` if needed.
|
||
|
4. On your server, create a user with UID `1794`.
|
||
|
5. Copy the config somewhere, make sure it is owned by your new user.
|
||
|
6. Start the docker image. See sample `docker-compose.yml` for usage details.
|
||
|
|
||
|
## TODO
|
||
|
|
||
|
Deprecate steps 4-5 unnecessary. Most likely way to do this is to make config entirely doable via admin commands, with config saved onto a docker volume or similar.
|