mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-26 15:07:03 +01:00
Updated Self hosting (markdown)
parent
077345d528
commit
0c4389b0d1
@ -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.
|
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`).
|
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"
|
# $ 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?");
|
# console.log("Need some help?");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user