1. Environment for Go
We don ' t need to set goroot, see http://dave.cheney.net/2013/06/14/you-dont-need-to-set-goroot-really
Just Add the following lines to ~/.BASHRC and this would persist.
export GOPATH=$HOME/go##export PATH=$PATH:$GOPATH/bin
2. MongoDB
After the install MongoDB from official package.
[Email protected]:~$ MONGO
MongoDB Shell version:2.4.9
Connecting To:test
Server has startup warnings:
Sat Oct one 22:55:55.418 [Initandlisten]
Sat Oct One-22:55:55.418 [initandlisten] * * Note:this is a A-bit MongoDB binary.
Sat Oct one 22:55:55.418 [initandlisten] * * The builds is limited to less than 2GB of data (or less with--journal).
Sat Oct one 22:55:55.418 [initandlisten] * * See Http://dochub.mongodb.org/core/32bit
Sat Oct one 22:55:55.418 [Initandlisten]
>
3. Git
[Email protected]:~$ git
Usage:git [--version] [--help] [-c <path>] [-C Name=value]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
<command> [<args>]
4. config Sublime
Http://www.cnblogs.com/yourihua/archive/2012/06/04/2529333.html
5. Download Project from GitHub
Golang in Ubuntu