Skip to content
matt-west edited this page Mar 28, 2012 · 1 revision

Install GO lang

  1. Get the GO src - hg clone -u weekly https://go.googlecode.com/hg/ go
  2. Compile src - ./all.bash
  3. Done!

Download GO-Blog

  1. Get the source - git clone [email protected]:matt-west/go-blog.git

Compile and Run GO-Blog

  1. Compile - go build
  2. Run - ./go-blog
  3. Go to http://0.0.0.0:9981

Add New Page/Posts

Please refer to the documentation to find out how to add new pages and posts.

Clone this wiki locally