From 9054c808eaf8726e309d6885804f10dd4b555a20 Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 20 Oct 2017 19:05:30 +0200 Subject: [PATCH] database extension --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8d4344c..5be1626 100755 --- a/README.md +++ b/README.md @@ -89,6 +89,14 @@ Everything should work automagically from there. ## Deploying +First you need to set up your database, whoch just needs to be created. +Additionally you connect to your database (with `psql` or similar) and activate +the `pg_trgm` extension to the database with + +```sql +CREATE EXTENSION pg_trgm; +``` + After compiling you will find an executable called `eidolon` in `dist/build/eidolon/eidolon`. Copy or link it anywhere you want. The executable needs to be accompanied by the folders `config` and