Linux Installation
Linux Installation
// These commands may not work for all Linux distributions.
// Step 1: Login to your server through SSH or open your terminal
// Step 2: Make sure you have the required Linux packages installed.
// You can install them by running the following commands:
// Debian/Ubuntu
sudo apt-get install autoconf automake g++ libtool build-essential
// CentOS
sudo yum groupinstall "Development Tools"
// Step 3: Make sure you have the bot uploaded
// Step 4: Go to your bot's directory
// Step 5: Start the bot with pm2 by running the following commands:
npm i pm2 -g
npm i
pm2 start index.js --name olympus
// If there are any errors while running these commands, please make sure you have installed the required Linux dependencies.
// If you have, create a ticket in our support server!
// Step 6: Check that the bot is online on your Discord server.
// If it's not, make sure you put the correct bot token and Olympus license key in the config.yml.
// If you do, create a ticket on our support server.
# Power Controls
- pm2 start olympus
- pm2 stop olympus
- pm2 restart olympus
- pm2 logs olympuLast updated