Red Discord Bot: CentOS Installation

Note: For security reasons, do not install Red DiscordBot on the root account.

 

Begin by initiating a terminal session. Now, you'll install some necessary packages. You can copy and paste these commands in line by line:

yum -y groupinstall development

yum -y install https://centos7.iuscommunity.org/ius-release.rpm

yum -y install yum-utils wget which python35u python35u-pip python35u-devel openssl-devel libffi-devel git opus-devel

sh -c "$(wget https://gist.githubusercontent.com/mustafaturan/7053900/raw/27f4c8bad3ee2bb0027a1a52dc8501bf1e53b270/latest-ffmpeg-centos6.sh -O -)"

 

Now, you need to clone the bot:

git clone -b develop --single-branch https://github.com/Twentysix26/Red-DiscordBot.git

 

Next, update the bot requirements:

cd Red-DiscordBot

python3.5 launcher.py

When the bot starts, select "Install requirements", then choose from option 1 or 2.

You'll now need to create a bot account.

To run the bot you'll just need to run the command used earlier:

cd Red-DiscordBot

python3.5 launcher.py

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

IP rDNS/PTR records

You can configure PTR or Reverse DNS records via the VPS Control Panel under rDNS. The record...

Serial Console

You may wish to use the Serial Console if the SSH console becomes inaccessible. The Serial...

LAMP on CentOS 6

Install Apache Web sudo yum install httpd Edit Apache's httpd.confThe httpd.conf...

LAMP on Debian 7

Install Apache Web sudo apt-get install apache2 Edit Apache's httpd.confThe...

LAMP on Ubuntu 14.04

Install Apache sudo apt-get update sudo apt-get install apache2 Install MySQL...