Changes between Version 31 and Version 32 of xQTLAdministratorInstall


Ignore:
Timestamp:
2011-09-30T09:45:44+02:00 (13 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLAdministratorInstall

    v31 v32  
    4141}}}
    4242
     43At the moment, `clean_make` will drop your entire database, so be careful! The alternative[[BR]]
     44`ant -f xqtl_dev.xml recompile`[[BR]]
     45Does a 'soft' update: it only updates the code and recompiles this without touching the database. However, some changes require regeneration and (implicitly) a fresh database because of potential datamodel changes.
     46
     47
    4348=== Development and deployment ===
    4449
     
    7075[http://www.molgenis.org/svn/molgenis_apps/trunk/xqtl_dev.xml development], [http://www.molgenis.org/svn/molgenis_apps/trunk/xqtl_selenium.xml webtesting], [http://www.molgenis.org/svn/molgenis_apps/trunk/xqtl_jar.xml jarbuilding].
    7176
    72 
     77=== Download source into development IDE (OSX, UNIX, Windows): ===
     781. Install the [http://www.eclipse.org Eclipse] IDE[[BR]]
     792. Install [http://subclipse.tigris.org/update_1.6.x Subclipse] for Eclipse[[BR]]
     803. Install JBoss tools [http://download.jboss.org/jbosstools/updates/development/indigo/ Freemarker] for Eclipse[[BR]]
     814. Add SVN repository http://ww.molgenis.org/svn [[BR]]
     825. Checkout `/molgenis/trunk`[[BR]]
     836. Checkout `/molgenis_apps/trunk`[[BR]]
     847. Run `apps/xgap/org/molgenis/xgap/xqtlworkbench/XqtlGenerate.java`[[BR]]
     858. Refresh and start `modules/webserver/boot/RunStandalone.java`
    7386
    7487[[BR]][[BR]][[BR]]
    75 = OLDER STUFF =
     88= Other stuff =
    7689[[BR]]
    7790Older wiki @ http://www.molgenis.org/wiki/xQTLDemo
     
    8598`ant -f molgenis_apps/xqtl_dev.xml make_run`[[BR]]
    8699[[BR]]
    87 Note: If you didn't start the application as root, you may not have the rights to use the default storage path. In that case, set it to somewhere inside your home folder and proceed as usual. E.g. use `home/harry/xqtl/`
    88 [[BR]][[BR]][[BR]][[BR]][[BR]]
     100Note: If you didn't start the application as root (which you shouldn't), you may not have the rights to use the default storage path. In that case, set it to somewhere inside your home folder and proceed as usual. E.g. use `home/harry/xqtl/`
     101[[BR]][[BR]]
    89102
    90 === Download and run (OSX, UNIX, Windows): ===
    91 [Todo: link to ZIP file with working application]
    92103
    93 === Download source, compile and run (OSX/UNIX): ===
    94 Required: [http://ant.apache.org/ Ant], [http://subversion.apache.org/ Subversion], [http://www.java.com/ Java]. Pick either the ''Stable'' or ''Unstable'' checkout.
    95 
    96 ''Stable''
    97 
    98 `svn co TODO`[[BR]]
    99 `svn co TODO`
    100 
    101 ''Unstable''
    102 
    103 `svn co -r 8238 http://www.molgenis.org/svn/molgenis/branches/nobinlibs/`[[BR]]
    104 `svn co -r 8239 http://www.molgenis.org/svn/molgenis_apps/trunk/`
    105 
    106 `mv nobinlibs molgenis`[[BR]]
    107 `mv trunk molgenis_apps`[[BR]]
    108 `ant -f molgenis/standalone.xml`[[BR]]
    109 `mv molgenis/dist/molgenis-4.0.0.jar molgenis_apps/dist/`[[BR]]
    110 `ant -f molgenis_apps/standalone.xml generate`[[BR]]
    111 `ant -f molgenis_apps/standalone.xml`[[BR]]
    112 `cd molgenis_apps/dist/`[[BR]]
    113 `java -jar Application.jar`
    114 
    115 __If ant fails with a heapspace error, use:__[[BR]]`export ANT_OPTS=-Xmx512m`
    116 
    117 Application running at: http://localhost:8080/molgenis_apps/ [[BR]]Setup database using: http://localhost:8080/molgenis_apps/resetdatabase_4EE1D7A3E73C504183B69F7D20108853
    118 
    119 ''APP IS BROKEN AT THIS POINT:''
    120 
    121 ''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)''
    122 
    123 === Download source into development IDE (OSX, UNIX, Windows): ===
    124 1. Install the [http://www.eclipse.org Eclipse] IDE[[BR]]
    125 2. Install [http://subclipse.tigris.org/update_1.6.x Subclipse] for Eclipse[[BR]]
    126 3. Install JBoss tools [http://download.jboss.org/jbosstools/updates/development/indigo/ Freemarker] for Eclipse[[BR]]
    127 4. Add SVN repository http://ww.molgenis.org/svn [[BR]]
    128 5. Checkout `/molgenis/trunk`[[BR]]
    129 6. Checkout `/molgenis_apps/trunk`