beego website
- Get source code:
go get github.com/beego/website
- Get
beedoc
andbeeblog
to build contents:
cd $GOPATH/src/github.com/beego/website
git clone https://github.com/beego/beedoc
git clone https://github.com/beego/beeblog
- Compile:
go build main.go
run website
and visit http://localhost:8082
you're at main website.