Changes between Version 1 and Version 2 of xQTLAdministratorInstall


Ignore:
Timestamp:
2011-07-16T22:36:16+02:00 (13 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLAdministratorInstall

    v1 v2  
    11= xQTL workbench =
    22=== 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]
    44
    55=== Download source, compile and run (OSX/UNIX): ===
     
    88''Stable''
    99
    10 `svn co ``TODO``svn co ``TODO`
     10`svn co TODO`[[BR]]
     11`svn co TODO`
    1112
    1213''Unstable''
    1314
    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/`
    1517
    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`
    1726
    1827__If ant fails with a heapspace error, use:__[[BR]]`export ANT_OPTS=-Xmx512m`
     
    2231''APP IS BROKEN AT THIS POINT:''
    2332
    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)''
    2534
    2635=== 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
     361. Install the [http://www.eclipse.org Eclipse] IDE[[BR]]
     372. Install [http://subclipse.tigris.org/update_1.6.x Subclipse] for Eclipse[[BR]]
     383. Install JBoss tools [http://download.jboss.org/jbosstools/updates/development/indigo/ Freemarker] for Eclipse[[BR]]
     394. Add SVN repository http://ww.molgenis.org/svn [[BR]]
     405. Checkout `/molgenis/trunk`[[BR]]
     416. Checkout `/molgenis_apps/trunk`