Documentation:
python3.10 -m venv .venv
, and join the newly created venv with source .venv/bin/activate
.pip install -r requirements.txt
docker run --name scylla-ciber --hostname scylla-ciber -p 9042:9042 --restart=unless-stopped -d scylladb/scylla --smp 1
jdk-13.0.2+8-jre
to jre13
and run ./jre13/bin/java -jar Lavalink.jar
.\
Or with docker: docker run --name lavalink-ciber -p 2333:2333 -d -v $PWD/application.yml:/opt/Lavalink/application.yml --restart=unless-stopped fredboat/lavalink:dev
cp Config.toml.example Config.toml
and modify it with whichever text editor you like.python start.py
source .venv/bin/activate
# If you did the manual install.
./jre13/bin/java -jar Lavalink.jar
# If you used docker.
docker start scylla-ciber lavalink-ciber
# The database can take a bit to start.
# You can skip this and just keep running the bot every 10 seconds until it doesn't show any errors.
sleep 40
python start.py