From 949d05ec1962080c297cfdfeef8557f3f82f99de Mon Sep 17 00:00:00 2001 From: Jelle Z <18423879+jelle619@users.noreply.github.com> Date: Sat, 15 Sep 2018 22:19:58 +0200 Subject: [PATCH] Updated Self hosting (markdown) --- Self-hosting.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Self-hosting.md b/Self-hosting.md index 1ee44a5..f107eb2 100644 --- a/Self-hosting.md +++ b/Self-hosting.md @@ -1,9 +1,7 @@ -# puts '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](https://titanembeds.com/) host your embeds. Hosting a copy of Titan yourself requires time, resources and a fair amount of knowledge! - # print("Let's get things running") +**Warning: Under normal circumstances, it's recommended to let [Titan Embeds](https://titanembeds.com/) host your embeds. Hosting a copy of Titan yourself requires time, resources and a fair amount of knowledge!** + 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.