Last active
August 29, 2015 13:56
-
-
Save tschaub/9260031 to your computer and use it in GitHub Desktop.
Revisions
-
tschaub revised this gist
Feb 27, 2014 . 3 changed files with 8 additions and 8 deletions.There are no files selected for viewing
File renamed without changes.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,8 @@ **Main** * Project: `web-app` * Main class: `org.geoserver.web.Start` **Arguments** * VM arguments: `-DGEOSERVER_DATA_DIR=/Users/tschaub/projects/geoserver/data/release -Xmx1024m -XX:MaxPermSize=256m` 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 +0,0 @@ -
tschaub revised this gist
Feb 27, 2014 . 1 changed file with 8 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 @@ -0,0 +1,8 @@ ## Main * Project: web-app * Main class: org.geoserver.web.Start ##Arguments * VM arguments: -DGEOSERVER_DATA_DIR=/Users/tschaub/projects/geoserver/data/release -Xmx1024m -XX:MaxPermSize=256m -
tschaub created this gist
Feb 27, 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,12 @@ Build GeoTools: cd ~/projects/geotools mvn clean install -DskipTests -T 4C (Skip the `-T 4C` for Maven 2.) Build GeoServer and prep Eclipse project: cd ~/projects/geoserver/src mvn clean install -DskipTests -T 4C mvn -P wps,script,script-js eclipse:eclipse