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

Development Environment Setup

Nick Robinson edited this page Sep 26, 2015 · 19 revisions
  • Install and run the latest stable version of Redis. 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:

  • Create the file gddo-server/config.go using the template in gddo-server/config.go.template.

  • If working on any of the templates you will want to provides the path to you assets folder. Passing the -assets flag to gddo-server with the path to your assets folder will allow you to view your changes

Clone this wiki locally