Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

HaskellCNOrg/snap-web

Repository files navigation

The site used this project: http://a.haskellcn.org

Travis CI

  • master master
  • branch/0.3.0 branch-0.2

Installation

Assume OS is *inux with make otherwise figure out yourself by reading Makefile

  1. Install MongoDB
  2. Install snap-web
```
git clone git://github.com/HaskellCNOrg/snap-web.git
cd snap-web
make init bp
```
  1. Open browser to http://localhost:9900

Production Deployment

  1. Assume have done all steps in Installation section
  2. install nodejs;
  3. npm -g install less ugilifyjs
  4. cd snap-web and make create-site
  5. Important update _site/prod.cfg per your env.

All required files will be copy into _site folder, read make task for detail

Notes

  1. Customization files
  • prod.cfg, devel.cfg

License

Check the LICENSE file

Contribute

Feel free ask questiones and contribute.