Skip to content

rvriens/strato

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#strato

BlockApps logo

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)

Instructions for building Strato:

  1. Install prerequisites:
  2. Install stack (see https://github.com/commercialhaskell/stack) -> http://docs.haskellstack.org/en/stable/install_and_upgrade/
    • sudo apt-get install cabal-install
  3. 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
  1. Postgresql

  2. LevelDB

  3. Run the following commands

    > mgit clone http://github.com/blockapps/strato
    > cd strato
    > sudo stack install --allow-different-user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published