readme update
This commit is contained in:
parent
fdefacf0cc
commit
b01cce5130
1 changed files with 16 additions and 2 deletions
18
README.md
18
README.md
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue