https://github.com/gernest/kesho
A blogging platform in Go and boltdb
https://github.com/gernest/kesho
Last synced: about 2 months ago
JSON representation
A blogging platform in Go and boltdb
- Host: GitHub
- URL: https://github.com/gernest/kesho
- Owner: gernest
- License: apache-2.0
- Created: 2015-03-15T07:15:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T11:32:34.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T19:25:51.181Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.68 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kesho [](https://travis-ci.org/gernest/kesho)
A blogging platform in Go. This is a experiment to work with the [authboss](https://github.com/go-authboss/authboss) authentication library, so far its good.
You can use this to learn about how to use authboss.
## Installation
You must have [golang](http://golang.org) installed and configured `GOPATH` also You should have added `$GOPATH/bin` to system paths.
Firts install godep
go get github.com/tools/godep
Then clone this repository.
git clone https://github.com/gernest/kesho
Cd to the cleoned repository
cd kesho
Build
godep go build
Run
./kesho
Open your browser and point to `localhost:8080`` to view the app