install
pip install virtualenv
python3 -m virtualenv venv
windows
venv\Scripts\activate.bat
linux
source venv/bin/activate
pip install python-dotenv
pip install -e .
Create a copy of default.env
and call the copy .env
then edit .env
and paste your discord bot token on the line called DISCORD_TOKEN=
requirements:
- Docker is installed
- docker-compose is installed
docker-compose up -f mysql-compose.yml
This will setup a mariadb server running on your computer with the same login details as the can be found in default.env go to http://localhost:8080 to view web interface
username: "root
" or "testacc
"
password: "password123
"
edit the .env
file and adjust your credentials accodingly so the new server is connected to instead