- Docker
git clone https://github.com/shellkjell/driftbotslack && cd driftbotslack && make build
- Create a .env file (look at .env.example).
- After that file is correctly set up you can run
make start
. In case of failure, check logs of the container withsudo docker container logs driftbot
- Stopping the container:
make stop
- Removing the container:
make remove
make stop remove && git pull && make build