Last active
August 29, 2015 14:05
-
-
Save Evan-R/a97de1a5f7cb0d87d037 to your computer and use it in GitHub Desktop.
Revisions
-
Evan-R revised this gist
Aug 14, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ - download eclipse Luna from eclipse.org - if you need to install java 1.7, run `sudo apt-get install openjdk-7-jdk openjdk-7-jre`, then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this, you may want to tweak memory limits: ``` -startup plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar -
Evan-R revised this gist
Aug 14, 2014 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,6 @@ - download eclipse Luna from eclipse.org - if you need to install java 1.7, run `sudo apt-get install openjdk-7-jdk openjdk-7-jre`, then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this (it seems to remove the reference to the vm and save it somewhere else after it's run), you may want to tweak memory limits: ``` -startup plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar -
Evan-R revised this gist
Aug 14, 2014 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,6 @@ - download eclipse Luna from eclipse.org - if you need to install java 1.7, run `sudo apt-get install openjdk-7-jdk openjdk-7-jre` - then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this (it seems to remove the reference to the vm and save it somewhere else after it's run), you may want to tweak memory limits: ``` -
Evan-R revised this gist
Aug 14, 2014 . 1 changed file with 22 additions and 22 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,30 +5,30 @@ - then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this (it seems to remove the reference to the vm and save it somewhere else after it's run), you may want to tweak memory limits: ``` -startup plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326 -product org.eclipse.epp.package.standard.product --launcher.defaultAction openFile -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile --launcher.appendVmargs -vm /usr/lib/jvm/java-1.7.0-openjdk-amd64/bin/java -vmargs -Dosgi.requiredJavaVersion=1.7 -XX:MaxPermSize=512m -Xms120m -Xmx1024m ``` - search `PDT` and install the PHP Development Tools (something like this) via `Help -> Install New Software`, restart after install -
Evan-R revised this gist
Aug 14, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,7 @@ sudo apt-get install openjdk-7-jdk openjdk-7-jre - then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this (it seems to remove the reference to the vm and save it somewhere else after it's run), you may want to tweak memory limits: ``` -startup plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar --launcher.library @@ -28,6 +29,7 @@ -XX:MaxPermSize=512m -Xms120m -Xmx1024m ``` - search `PDT` and install the PHP Development Tools (something like this) via `Help -> Install New Software`, restart after install -
Evan-R renamed this gist
Aug 14, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Evan-R created this gist
Aug 14, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,36 @@ - download eclipse Luna from eclipse.org - if you need to install java 1.7, run: sudo apt-get install openjdk-7-jdk openjdk-7-jre - then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this (it seems to remove the reference to the vm and save it somewhere else after it's run), you may want to tweak memory limits: -startup plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326 -product org.eclipse.epp.package.standard.product --launcher.defaultAction openFile -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile --launcher.appendVmargs -vm /usr/lib/jvm/java-1.7.0-openjdk-amd64/bin/java -vmargs -Dosgi.requiredJavaVersion=1.7 -XX:MaxPermSize=512m -Xms120m -Xmx1024m - search `PDT` and install the PHP Development Tools (something like this) via `Help -> Install New Software`, restart after install - search `git` and install Github Task Focussed Interface (something like this), restart after install - done.