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) |
| 82 | 4. Add Git repositories https://www.github.com/molgenis/molgenis.git and https://www.github.com/molgenis/molgenis_apps.git [[BR]] |
| 83 | 5. Clone/import the master branch of both repositories [[BR]] |
| 84 | 6. Setup classpath by running '''update-eclipse''' in '''build_xgap.xml''' using Ant.[[BR]] |
| 85 | 7. Now generate and compile by executing `apps/xgap/org/molgenis/xgap/xqtlworkbench/XqtlGenerate.java` or '''clean_make''' in '''xqtl_dev.xml'''.[[BR]] |
| 86 | 8. Refresh and start the application with `modules/webserver/boot/RunStandalone.java` or '''run''' in '''xqtl_dev.xml'''. (the default target) |