
Go CMS
CMS in Go
Running
Run by providing the database connection and path to the documentation
go-cms \
-conn="<username>:<password>@tcp(<hostname>:3306)/<schema>" \
-port=7335 \
-path=<path to documentation>
Usage
Request the page by supplying the page id in the uri
curl localhost:7335/index