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
|
* libpq-dev
|
||||||
* postgresql
|
* postgresql
|
||||||
* libfftw3-dev
|
* libfftw3-dev
|
||||||
|
* npm
|
||||||
|
|
||||||
which can be installed through
|
which can be installed through
|
||||||
|
|
||||||
```bash
|
```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:
|
for migrations also install:
|
||||||
|
@ -72,7 +79,7 @@ cabal sandbox init
|
||||||
build the source with
|
build the source with
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cabal build
|
make all
|
||||||
```
|
```
|
||||||
|
|
||||||
Everything should work automagically from there.
|
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
|
* Follow the prompts of the script
|
||||||
* Start eidolon
|
* 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:
|
##Acknowledgements:
|
||||||
|
|
||||||
* This software uses the web Framework "Yesod" by Michael Snoyman. See more at:
|
* This software uses the web Framework "Yesod" by Michael Snoyman. See more at:
|
||||||
|
|
Loading…
Reference in a new issue