From b01cce51301c8c2f3e507dea4ce0fdbe8b9401fb Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 3 Dec 2016 16:42:22 +0100 Subject: [PATCH] readme update --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4028dd..a2dbd1a 100755 --- a/README.md +++ b/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: