readme update

This commit is contained in:
nek0 2016-12-03 16:42:22 +01:00
parent fdefacf0cc
commit b01cce5130

View file

@ -31,11 +31,18 @@ software and libraries:
* libpq-dev
* postgresql
* libfftw3-dev
* npm
which can be installed through
```bash
sudo apt-get install alex happy libpq-dev postgresql
sudo apt-get install alex happy libpq-dev postgresql npm
```
Additionally you need bower:
```bash
npm install -g bower
```
for migrations also install:
@ -72,7 +79,7 @@ cabal sandbox init
build the source with
```bash
cabal build
make all
```
Everything should work automagically from there.
@ -155,6 +162,13 @@ Migrations/0.0.7-0.1.0.0/Migration.hs`
* Follow the prompts of the script
* Start eidolon
###0.1.4.0-0.1.5.0
* Stop eidolon
* Compile migration script with `cabal exec -- ghc --make Migrations/0.1.4.0-0.1.5.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: