/Readme.md

http://github.com/TheOnly92/bloody.go · Markdown · 27 lines · 16 code · 11 blank · 0 comment · 0 complexity · b783babb65201f96c7acf22f9ce53f4a MD5 · raw file

  1. # bloody.go
  2. 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.
  3. ## Dependencies
  4. bloody.go uses a slightly modified version of web.go to better support cookies.
  5. * web.go: https://github.com/TheOnly92/web.go (https://github.com/hoisie/web.go)
  6. * mustache.go: https://github.com/hoisie/mustache.go
  7. * mgo: http://labix.org/mgo
  8. * blackfriday: https://github.com/russross/blackfriday
  9. ## How to Build
  10. First you need to build session. To do this,
  11. cd session
  12. make install
  13. 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).
  14. make install
  15. ## Demo
  16. http://rewaz.org:5999