From 370d73bda24cb0ced4107f441986d5eb2cd7621a Mon Sep 17 00:00:00 2001 From: Jelle Z <18423879+jelle619@users.noreply.github.com> Date: Tue, 9 Oct 2018 21:08:31 +0100 Subject: [PATCH] Updated Self hosting (markdown) --- Self-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Self-hosting.md b/Self-hosting.md index 76bd735..e0ed427 100644 --- a/Self-hosting.md +++ b/Self-hosting.md @@ -6,7 +6,7 @@ There are two parts that integrate nicely together. The web app (website) handle 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 by checking `pip --version`. -# CloudDeploy["All your (data)base are belong to us"] +# CloudDeploy["All your database are belong to us"] Okay, not really, it's all yours, but you will have to set up one in order to host Titan. To set up the database for it to work with the webapp and the discordbot, one must use alembic to migrate their databases to the current database state. To do so, please follow these instructions. PostgreSQL supports proper indexing and suitable for Titan needs. For this reason, Titan only supports using a PostgreSQL database.