readme update
This commit is contained in:
parent
4b511b7bbb
commit
d86c99fabd
1 changed files with 11 additions and 0 deletions
11
README.md
11
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:
|
||||
|
|
Loading…
Reference in a new issue