Liara setup on Ubuntu Server 16.04 LTS

Pre-flight checklist

Installation

You need to install Redis, so the first thing we do is run

admin@demo:~$ sudo apt install redis-server

This installs Redis and starts it.

Run

liara@demo:~$ sudo -H pip3 install -U git+https://github.com/Rapptz/discord.py@rewrite redis-collections

To install discord.py and redis-collections.

Navigate to the directory you wish to install Liara in. (I will refer to this folder as <folder> from now on.)

liara@demo:~$ git clone https://github.com/Thessia/Liara.git <folder>

This will clone Liara to your machine.

To run Liara, run

liara@demo:~/<folder>$ python3 liara.py <token>

<token> is your bot token you should’ve acquired from the Discord developers website.

If you have any issues, feel free to ask in the Discord server’s support channel.