Volcan Setup¶
You'll need to perform the following steps to set up the bot:
- Clone the bot respository.
- Set up a Postgres or MySQL (or MariaDB) database.
- Acquire credentials from Discord for the bot and OAuth.
- Configure the bot.
- Run the bot.
Note
All steps assume that you are hosting the bot on a Linux server running Ubuntu 20.04 or above. The steps may work on other distributions but are not tested.
Manual Setup¶
See the page on manual setup.
Docker Compose Installation¶
See the page on setting up with Docker Compose.