Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 410 Bytes

shilvi2101.md

File metadata and controls

29 lines (19 loc) · 410 Bytes

website name

beego website

Steps to follow

  1. Get source code:
go get github.com/beego/website
  1. Get beedoc and beeblog to build contents:
cd $GOPATH/src/github.com/beego/website
git clone https://github.com/beego/beedoc
git clone https://github.com/beego/beeblog
  1. Compile:
go build main.go

run website and visit http://localhost:8082

you're at main website.