Skip to content

Instantly share code, notes, and snippets.

@tjkemper
Last active April 12, 2017 16:44
Show Gist options
  • Save tjkemper/9cad66b4dff56cc22c16dbb6e2cd9d75 to your computer and use it in GitHub Desktop.
Save tjkemper/9cad66b4dff56cc22c16dbb6e2cd9d75 to your computer and use it in GitHub Desktop.
Local environment

SEED Local Environment (Mac)

Open the Terminal application. Copy and paste each of the following commands into Terminal and hit Enter.


Table of Contents


Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Java

brew cask install java

Ensure Java was intalled correctly

java -version

Tomcat

brew install tomcat@8.0

Git

brew install git

Ensure Git was installed correctly

git --version

Maven

brew install maven

Ensure Maven was installed correctly

mvn -version

PostgreSQL

brew install postgresql

Ensure PostgreSQL was installed correctly

psql --version

IntelliJ

Here is the link to download IntelliJ (Ultimate Edition).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment