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
- Host: GitHub
- URL: https://github.com/mrlsd/yogago
- Owner: mrLSD
- License: mit
- Created: 2016-04-25T07:47:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-25T07:54:50.000Z (over 9 years ago)
- Last Synced: 2025-01-06T14:42:35.920Z (about 1 year ago)
- Language: HTML
- Size: 81.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).