Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Latest commit

 

History

History
56 lines (38 loc) · 1.03 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.03 KB

seattlehaskell.org web site

This version of the SeaHUG web site has now been decommissioned!

This is the Yesod source code for seattlehaskell.org.

Source code for the Hakyll portion of the web site is also available.

Building and deploying

Build

$ stack build

Install runtime prerequisites

$ stack install yesod-bin cabal-install

Run development server

$ script/devel

Create Keter bundle

$ script/keter

Helper scripts

Templates for helper scripts to run a local development server and to generate an Apache2 configuration file, devel.template and genconf.template respectively, are provided. For example, to generate a local Apache2 configuration file:

$ cp devel.template devel
$ chmod +x devel
$ # Edit devel script
$ ./devel

Licence

Released under MIT License