Installation¶
Natively¶
First thing, we need to install some packages
After installation is done, we can clone the repo with
Enter the directory, and build the bot
We only need to install DCA
Final things:
- add dca to your path, you can do that by creating a symlink of that executable to your /usr/bin directory (ln -s /home/thetipo01/go/bin/dca /usr/bin/dca)
- modify the example_config.yml, adding all required tokens and renaming it to config.yml
- for info about creating and adding the bot, see the following page
Docker¶
- Clone the repo
- Modify the
example_config.yml, by adding your discord bot token (see here if you don't know how to do it) - Rename it in
config.ymland move it in thedatadirectory - Run
docker-compose up -d - Enjoy your YADMB instance!
Note: the docker image is available on Docker hub, Quay.io and Github packages.