Yoga Go CMS
Getting Started
A high-productivity CMS base on Revel web framework for the Go language.
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.
- The Revel guides.
- The Revel sample apps.
- The API documentation.