#strato
Note- If you cloned this repository using git, it will be missing important components. You need to clone this repository using "mgit" (read below for information)
- Install prerequisites:
- Install stack (see https://github.com/commercialhaskell/stack) -> http://docs.haskellstack.org/en/stable/install_and_upgrade/
- sudo apt-get install cabal-install
- mgit: tool at http://github.com/blockapps/mgit. After the installation, you will have a command line tool called "mgit".
> git clone https://github.com/blockapps/mgit.git
> cd mgit
> cabal configure && cabal build && cabal install
> echo 'PATH="$HOME/.cabal/bin:$PATH"' >> ~/.profile
-
Postgresql
-
LevelDB
-
Run the following commands
> mgit clone http://github.com/blockapps/strato
> cd strato
> sudo stack install --allow-different-user