readme update

This commit is contained in:
nek0 2016-11-20 07:50:23 +01:00
parent 4b511b7bbb
commit d86c99fabd

View file

@ -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: