Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

TheOnly92/bloody.go

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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

About

A simple blog system with CRUD function based on web.go, mustache.go and mgo. Currently not compatible with Go 1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published