The site used this project: http://a.haskellcn.org
Assume OS is *inux with make otherwise figure out yourself by reading Makefile
- Install MongoDB
- Install snap-web
```
git clone git://github.com/HaskellCNOrg/snap-web.git
cd snap-web
make init bp
```
- Open browser to http://localhost:9900
- Assume have done all steps in Installation section
- install
nodejs
; npm -g install less ugilifyjs
- cd snap-web and
make create-site
- Important update
_site/prod.cfg
per your env.
All required files will be copy into _site folder, read make task for detail
- Customization files
prod.cfg
,devel.cfg
Check the LICENSE file
Feel free ask questiones and contribute.