Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 683 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 683 Bytes

Gitter chat

ruhaskell.herokuapp.com

Full source code for website. Attempt to make a copy of ruhaskell.org using Yesod.

System requirements

You must have Haskell, Yesod and Postgresql installed. Instructions for installing Haskell and Yesod are available at http://www.yesodweb.com/page/quickstart

Installation

$ git clone https://github.com/ruHaskell/ruhaskell-yesod.git
$ cd ruhaskell
$ cabal sandbox init
$ cabal install --only-dependencies --reorder-goals --max-backjumps=-1
$ cp config/settings.yml.example config/settings.yml
$ open config/settings.yml
$ yesod devel