Skip to content

Self hosting

Jelle Z edited this page Sep 12, 2018 · 22 revisions

Disp "Hold up!"

This wiki page will help you started with installing Titan on your own server. Under normal circumstances, it's recommended to let Titan Embeds host your embeds. Hosting a copy of Titan yourself requires time, resources and a fair amount of knowledge!

print("Let's get things running")

There are two parts that integrate nicely together. The web app (website) handles the front-end and communication with the database to retrieve server messages, etc. The Discord bot handles the communication between Discord's WebSockets and pushing out the data to the database for the web app. Check out the respective folder for their installation instructions.

Once you cloned the project, install the Python dependencies with pip install -r requirements.txt. Ensure that you are utilising Python 3.6's pip.

$ echo "Ansible Playbooks"

If you happen to have a copy of Ubuntu on your server, you may head onto our Ansible Playbooks repository and perform a near-to-automatic installation of Titan.

console.log("Need some help?");

There's a lot that can go wrong while trying to set-up Titan on your server. Feel free to visit our Discord server to ask any questions!

Clone this wiki locally