From d86c99fabdca8c691fa3ec4c50c6f66bdb1e4130 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 20 Nov 2016 07:50:23 +0100 Subject: [PATCH] readme update --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ea6fe3b..f4028dd 100755 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ which can be installed through sudo apt-get install alex happy libpq-dev postgresql ``` +for migrations also install: + +* libmagic-dev + ####Elasticsearch dependencies **WARNING: THIS SECTION IS ONLY VALID FOR VERSIONS >= 0.0.5 and < 0.1.0.0** @@ -144,6 +148,13 @@ Migrations/0.0.7-0.1.0.0/Migration.hs` `ALTER TABLE "comment" DROP COLUMN "author_slug";` * Start Eidolon +###0.1.3.3-0.1.4.0 +* Stop eidolon +* Compile migration script with `cabal exec -- ghc --make Migrations/0.1.3.3-0.1.4.0/Migration.hs` +* Copy or move compiled script to run location and execute +* Follow the prompts of the script +* Start eidolon + ##Acknowledgements: * This software uses the web Framework "Yesod" by Michael Snoyman. See more at: