From 2422ec0e281355a4787fea20b477465a5e9504ac Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Fri, 6 Oct 2017 16:13:49 +0000 Subject: [PATCH] Add ansible link to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bcf10f5..eb938a4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ There was a time when Discord doesn't support embedding the chat on a webpage. B Would you like to run your own copy of Titan Embeds? There are two parts that integrate nicely together. The webapp (website) handles the frontend and communication with the database to retrieve server messages, etc. The discordbot (bot) handles the communcation between Discord's websockets and pushing out the data to the database for the webapp. Check out the respective folder for their installation instructions. +If you happen to have a copy of Ubuntu on your server, you may head onto our [Ansible Playbooks](https://github.com/TitanEmbeds/ansible-playbooks) repository and perform a **near-to-automatic** installation of TitanEmbeds. + # Database installation 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. 1. Install alembic with **Python 3.5's pip** `pip install alembic`