An open API service indexing awesome lists of open source software.

https://github.com/mrlsd/yogago

Yoga CMS based on Golang
https://github.com/mrlsd/yogago

Last synced: 6 months ago
JSON representation

Yoga CMS based on Golang

Awesome Lists containing this project

README

          

# Yoga Go CMS

## Getting Started

A high-productivity CMS base on *Revel web framework*
for the [Go language](http://www.golang.org/).

go get github.com/mrlsd/yogaGo
go get github.com/revel/cmd/revel

### Start the web server:

revel run ithub.com/mrlsd/yogaGo

Run with --help for options.

### View:
Go to http://localhost:9000/

## Additional documantation:

* The README file created within your application.
* The [Getting Started with Revel](http://revel.github.io/tutorial/index.html).
* The [Revel guides](http://revel.github.io/manual/index.html).
* The [Revel sample apps](http://revel.github.io/samples/index.html).
* The [API documentation](http://revel.github.io/docs/godoc/index.html).