Changes between Version 1 and Version 2 of xQTLAdministratorInstall
- Timestamp:
- 2011-07-16T22:36:16+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
xQTLAdministratorInstall
v1 v2 1 1 = xQTL workbench = 2 2 === Download and run (OSX, UNIX, Windows): === 3 [Todo: link to ZIP file with working application Todo: link to ZIP file with working application]3 [Todo: link to ZIP file with working application] 4 4 5 5 === Download source, compile and run (OSX/UNIX): === … … 8 8 ''Stable'' 9 9 10 `svn co ``TODO``svn co ``TODO` 10 `svn co TODO`[[BR]] 11 `svn co TODO` 11 12 12 13 ''Unstable'' 13 14 14 `svn co -r 8238 http://www.molgenis.org/svn/molgenis/branches/nobinlibs/svn co -r 8239 http://www.molgenis.org/svn/molgenis_apps/trunk/` 15 `svn co -r 8238 http://www.molgenis.org/svn/molgenis/branches/nobinlibs/`[[BR]] 16 `svn co -r 8239 http://www.molgenis.org/svn/molgenis_apps/trunk/` 15 17 16 `mv nobinlibs molgenismv trunk molgenis_appsant -f molgenis/standalone.xmlmv molgenis/dist/molgenis-4.0.0.jar molgenis_apps/dist/ant -f molgenis_apps/standalone.xml generateant -f molgenis_apps/standalone.xmlcd molgenis_apps/dist/java -jar Application.jar` 18 `mv nobinlibs molgenis`[[BR]] 19 `mv trunk molgenis_apps`[[BR]] 20 `ant -f molgenis/standalone.xml`[[BR]] 21 `mv molgenis/dist/molgenis-4.0.0.jar molgenis_apps/dist/`[[BR]] 22 `ant -f molgenis_apps/standalone.xml generate`[[BR]] 23 `ant -f molgenis_apps/standalone.xml`[[BR]] 24 `cd molgenis_apps/dist/`[[BR]] 25 `java -jar Application.jar` 17 26 18 27 __If ant fails with a heapspace error, use:__[[BR]]`export ANT_OPTS=-Xmx512m` … … 22 31 ''APP IS BROKEN AT THIS POINT:'' 23 32 24 ''start running create_tables.sql[[BR]]java.lang.!NullPointerException[[BR]] at java.io.Reader.<init>(!Reader.java:61) [[BR]] at java.io.!InputStreamReader.<init>(!InputStreamReader.java:55) [[BR]]at plugins.emptydb.emptyDatabase.empty(Unknown Source)''33 ''start running create_tables.sql[[BR]]java.lang.!NullPointerException[[BR]] at java.io.Reader.<init>(!Reader.java:61) [[BR]] at java.io.!InputStreamReader.<init>(!InputStreamReader.java:55) [[BR]] at plugins.emptydb.emptyDatabase.empty(Unknown Source)'' 25 34 26 35 === Download source into development IDE (OSX, UNIX, Windows): === 27 1. Install the ![http://www.eclipse.org Eclipse] IDE[[BR]]2. Install [!http://subclipse.tigris.org/update_1.6.x Subclipse] for Eclipse[[BR]]3. Install JBoss tools ![http://download.jboss.org/jbosstools/updates/development/indigo/ Freemarker] for Eclipse[[BR]]4. Add SVN repository '!http://ww.molgenis.org/svn' [[BR]]5. Checkout /molgenis/trunk[[BR]]6. Checkout /molgenis_apps/trunk 36 1. Install the [http://www.eclipse.org Eclipse] IDE[[BR]] 37 2. Install [http://subclipse.tigris.org/update_1.6.x Subclipse] for Eclipse[[BR]] 38 3. Install JBoss tools [http://download.jboss.org/jbosstools/updates/development/indigo/ Freemarker] for Eclipse[[BR]] 39 4. Add SVN repository http://ww.molgenis.org/svn [[BR]] 40 5. Checkout `/molgenis/trunk`[[BR]] 41 6. Checkout `/molgenis_apps/trunk`