Standard Machine Setup - tooltwist/documentation GitHub Wiki
Prerequisites
- Tomcat v7
- Eclipse Mars, with J2EE
- Docker Toolkit
Install the ToolTwist Plugin into Eclipse:
$ cd /Applications/Eclipse.app/Contents/Eclipse/plugins (or wherever Eclipse has been installed)
$ curl -O http://tooltwist.github.io/tooltwist-plugin/com.tooltwist.tooltwistPlugin_8.5.0.20160808.jar
Create standard directories
$ mkdir -p ~/Configs ~/Configs-special
$ sudo mkdir -p /Development
$ sudo chown `whoami` /Development
Install Golang
See https://speakerdeck.com/giancosta86/goclipse-setup-tutorial-version-2
Create a directory named /Development/gopath
, and set the following in your .bashrc
or .bash_profile
:
# Go
export GOROOT="/usr/local/go"
export PATH=$PATH:$GOROOT/bin
export GOPATH="/Development/gopath"
export PATH=$PATH:$GOPATH/bin
Install Amazon AWS Plugin (optional)
http://docs.aws.amazon.com/toolkit-for-eclipse/v1/user-guide/setup-install.html