From 80c3eb960d51b27dfbfe955f9ab2643c2c70d0cf Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Oct 15 2015 11:49:31 +0000 Subject: Updates development docs. --- diff --git a/docs/development.rst b/docs/development.rst index fc7e59a..38d527f 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -12,13 +12,17 @@ Dependencies #. redis -Code Structure ---------------- +golang 1.5 +----------- -The codebase is structured in the following way. +We are using golang 1.5 for the development work. + +gb as build tool +----------------- + +We are using `gb `_ as our build tool. You can install it in the following way. +:: + + $ go get github.com/constabulary/gb/... -computer - Module to create, and maintain the instances. The primary module for all VM related codebase. -sdn - Module to handle network. This will use iptables internally along with DNAT routing.