Changes between Version 39 and Version 40 of xQTLAdministratorInstall


Ignore:
Timestamp:
2012-06-28T11:08:38+02:00 (12 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLAdministratorInstall

    v39 v40  
    7878=== Download source into development IDE (OSX, UNIX, Windows): ===
    79791. Install the [http://www.eclipse.org Eclipse] IDE[[BR]]
    80 2. Install [http://subclipse.tigris.org/update_1.6.x Subclipse] for Eclipse[[BR]]
     802. Install [http://www.eclipse.org/egit/ EGit] for Eclipse[[BR]]
    81813. Install JBoss tools [http://download.jboss.org/jbosstools/updates/development/indigo/ Freemarker] for Eclipse[[BR]]
    82 4. Add SVN repository http://ww.molgenis.org/svn [[BR]]
    83 5. Checkout `/molgenis/trunk`[[BR]]
    84 6. Checkout `/molgenis_apps/trunk`[[BR]]
    85 7. Setup classpath by running '''update-eclipse''' in '''build_xgap.xml''' using Ant.[[BR]]
    86 8. Now generate and compile by executing `apps/xgap/org/molgenis/xgap/xqtlworkbench/XqtlGenerate.java` or '''clean_make''' in '''xqtl_dev.xml'''.[[BR]]
    87 9. Refresh and start the application with `modules/webserver/boot/RunStandalone.java` or '''run''' in '''xqtl_dev.xml'''. (the default target)
     824. Add Git repositories https://www.github.com/molgenis/molgenis.git and https://www.github.com/molgenis/molgenis_apps.git [[BR]]
     835. Clone/import the master branch of both repositories [[BR]]
     846. Setup classpath by running '''update-eclipse''' in '''build_xgap.xml''' using Ant.[[BR]]
     857. Now generate and compile by executing `apps/xgap/org/molgenis/xgap/xqtlworkbench/XqtlGenerate.java` or '''clean_make''' in '''xqtl_dev.xml'''.[[BR]]
     868. Refresh and start the application with `modules/webserver/boot/RunStandalone.java` or '''run''' in '''xqtl_dev.xml'''. (the default target)
    8887
    8988[[BR]][[BR]][[BR]]
     
    102101Note: 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/`
    103102[[BR]][[BR]]
    104