Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 928 Bytes

README.org

File metadata and controls

37 lines (31 loc) · 928 Bytes

Nomnichi – nomlab blog system

Quick start for developers

  1. Install Haskell-Platform
  2. Update cabal version
    $ cabal update
    $ cabal install cabal-install
        
  3. Clone nomnichi repository
    $ git clone git@github.com:nomlab/nomnichi.git
        
  4. Setup sandbox
    $ cd nomnichi
        
  5. Run build script (setup sandbox, install depends, build nomnichi…)
    $ ./scripts/build.sh