From 0c4389b0d1ab653a4272d7de5ed0ddc720d94d0c Mon Sep 17 00:00:00 2001 From: Jelle Z Date: Sun, 28 Jul 2019 16:51:31 +0200 Subject: [PATCH] Updated Self hosting (markdown) --- Self-hosting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Self-hosting.md b/Self-hosting.md index 3373702..ae9ea8b 100644 --- a/Self-hosting.md +++ b/Self-hosting.md @@ -16,11 +16,11 @@ Okay, not really, it's all yours, but you will have to set one up in order to ho 4. In your terminal, run `alembic upgrade head` to upgrade your database tables to the current version on git. As long as there are only INFO messages and no errors, you should be fine. 5. Check your database tables to see if they are created. If so, you have finished migrating your database! Remember to run Step 4 every now and then just in case if there are database updates. (Presumably on every `git pull`). -Titan also requires a Redis instance in order to function. There is no specific prerequisites before utilizing Titan with Redis. Follow the [official Redis installation instructions to install](https://redis.io/topics/quickstart) and start using Redis. +Titan also requires a Redis instance in order to function. There are no specific prerequisites before utilising Titan with Redis. Follow the [official Redis installation instructions to install](https://redis.io/topics/quickstart) and start using Redis. # $ echo "Ansible Playbooks" -If you happen to have a copy of Ubuntu on your server, you may head onto our [Ansible Playbooks repository](https://github.com/TitanEmbeds/ansible-playbooks) and perform a near-to-automatic installation of Titan. +If you happen to have a copy of Ubuntu on your server, you may head to our [Ansible Playbooks repository](https://github.com/TitanEmbeds/ansible-playbooks) and perform a nearly automatic installation of Titan. # console.log("Need some help?");