From bb0d6e5cc198aa2f2de5f4c1a3ef4c7abed3d2c1 Mon Sep 17 00:00:00 2001 From: David Cardon Date: Wed, 16 Dec 2015 15:03:39 -0700 Subject: [PATCH 1/3] Update README.md Some additional npm install dependencies I found when doing a fresh installation. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 85fc0b6a1c2..aad1aa0f922 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ sudo apt-get install git sudo apt-get install openjdk-7-jdk sudo apt-get install npm sudo apt-get install libfontconfig +sudo npm -g install grunt-cli +sudo npm -g install bower + +# Optional: If you're behind limited to what ports you can access externally +# git config --global url."https://".insteadOf git:// # install maven wget http://www.eu.apache.org/dist/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz From 2f05e0b2d0b056bda7d8a98fd8ea29f3b256d996 Mon Sep 17 00:00:00 2001 From: David Cardon Date: Wed, 16 Dec 2015 15:05:09 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aad1aa0f922..8d4a4990b8c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ sudo apt-get install libfontconfig sudo npm -g install grunt-cli sudo npm -g install bower -# Optional: If you're behind limited to what ports you can access externally +# Optional: If you're limited to what ports you can access externally # git config --global url."https://".insteadOf git:// # install maven From 68fefd00a795cd70f35a6a6830313c47ee153e5b Mon Sep 17 00:00:00 2001 From: David Cardon Date: Fri, 4 Mar 2016 10:40:54 -0700 Subject: [PATCH 3/3] Removed unnecessary installs --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d4a4990b8c..c5f3037af55 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,8 @@ sudo apt-get install git sudo apt-get install openjdk-7-jdk sudo apt-get install npm sudo apt-get install libfontconfig -sudo npm -g install grunt-cli -sudo npm -g install bower -# Optional: If you're limited to what ports you can access externally +# Optional: If you're limited to what ports you can access externally, use this (portions of the maven build use git): # git config --global url."https://".insteadOf git:// # install maven