Skip to content

Instantly share code, notes, and snippets.

@davps
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davps/40e9143f0c452dfeed0e to your computer and use it in GitHub Desktop.
Save davps/40e9143f0c452dfeed0e to your computer and use it in GitHub Desktop.
Spring STS installation instructions for OSX Yosemite 10.10.2
Disclaimer: I'm a beginner on OSX (at the moment I wrote this, on February 2015).
1- Read the official documentation from here:
http://docs.spring.io/s2-dmserver/2.0.0.RELEASE/getting-started/html/ch02s03.html
Below are the summarized steps based on that documentation.
2- Download Spring STS
3- Open the terminal and navigate to this folder:
/Users/david/Downloads/
3-Extract the downloaded file and copy it to /usr/local/opt/ using this command:
sudo tar -xzvf spring-tool-suite-3.6.3.SR1-e4.4.1-macosx-cocoa-x86_64.tar.gz -C /usr/local/opt/
4-Done. Now you can lunch Spring STS with the Spotlight Search by typing STS.
Alternativately, you can create an alias to for this file
/usr/local/opt/sts-bundle/sts-3.6.3.SR1/STS.app on a convenient location.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment