/Readme.md
http://github.com/TheOnly92/bloody.go · Markdown · 27 lines · 16 code · 11 blank · 0 comment · 0 complexity · b783babb65201f96c7acf22f9ce53f4a MD5 · raw file
- # bloody.go
- bloody.go is a simple blog system built on top of web.go. It uses mustache.go as template system and mongodb as the storage engine.
- ## Dependencies
- bloody.go uses a slightly modified version of web.go to better support cookies.
- * web.go: https://github.com/TheOnly92/web.go (https://github.com/hoisie/web.go)
- * mustache.go: https://github.com/hoisie/mustache.go
- * mgo: http://labix.org/mgo
- * blackfriday: https://github.com/russross/blackfriday
- ## How to Build
- First you need to build session. To do this,
- cd session
- make install
- This will hopefully put session into your src/pkg, and will not mess up with any other things. Next, you can build the bloody package file (provided that you have all the dependencies listed above already).
- make install
- ## Demo
- http://rewaz.org:5999