Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go CMS

CMS in Go

Testing

go test

Building

GOOS=linux GOARCH=amd64 go build
docker build -t go-cms .

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>

or with docker

docker run --rm -p 7335:7335 go-cms

Usage

Request the page by supplying the page id in the uri

curl localhost:7335/index

About

Microservice that delivers rendered markdown pages

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages