Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Development Environment Setup

Gary Burd edited this page Sep 3, 2015 · 19 revisions
  • Install and run Redis 2.8.x. The redis.conf file included in the Redis distribution is suitable for development.

  • Install Go 1.5.

  • Install and run the server:

      $ go get github.com/golang/gddo/gddo-server
      $ gddo-server
    
  • Browse to http://localhost:8080/

  • Enter an import path to have the server retrieve & display a package's documentation

Optional:

Clone this wiki locally