Updated Self hosting (markdown)

Jelle Z 2018-09-12 23:03:59 +02:00
parent a6ff6fe977
commit 75731cef6c

@ -1,8 +1,9 @@
# print("Wanna run Titan on your own server?") # 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](https://titanembeds.com/) host your embeds. Hosting a copy of Titan yourself requires time, resources and a fair amount of knowledge!
**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 is for advanced users only!** # print("Let's get things running")
Would you like to run your own copy of Titan Embeds? 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. 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 utilizing Python 3.6's pip. Once you cloned the project, install the Python dependencies with ``pip install -r requirements.txt``. Ensure that you are utilizing Python 3.6's pip.