Changes between Version 17 and Version 18 of xQTLAdministratorInstall
- Timestamp:
- 2011-08-29T21:42:08+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
xQTLAdministratorInstall
v17 v18 10 10 You will need: [http://ant.apache.org/ Ant], [http://subversion.apache.org/ Subversion], [http://www.java.com/ Java].[[BR]] 11 11 [[BR]] 12 Create a directory somewhere to work in, e g. `/Users/harry/xqtl`, and `cd` to there. Run these commands:[[BR]]12 Create a directory somewhere to work in, e.g. `/Users/harry/xqtl`, and `cd` to there. Run these commands:[[BR]] 13 13 [[BR]] 14 14 `svn co http://www.molgenis.org/svn/molgenis/trunk/ molgenis`[[BR]] … … 16 16 `ant -f molgenis_apps/xqtl_dev.xml make_run`[[BR]] 17 17 [[BR]] 18 App is now running at: `http://localhost:8080/molgenis_apps`[[BR]] 18 By the way, Ant can be made faster by giving it more memory. Use e.g. `export ANT_OPTS=-Xmx512m`[[BR]] 19 The application is now running at: `http://localhost:8080/molgenis_apps`[[BR]] 19 20 Then login with user/pw: `admin` / `admin`[[BR]] 20 Go back to Home and follow dataloading instructions.[[BR]]21 21 [[BR]] 22 You are now done setting up :)[[BR]]PLEASE NOTICE: For subsequent starts of the app , use:[[BR]][[BR]]22 You are now done setting up :)[[BR]]PLEASE NOTICE: For subsequent starts of the application, use:[[BR]][[BR]] 23 23 `ant -f molgenis_apps/xqtl_dev.xml`[[BR]][[BR]] 24 24 To avoid regeneration and recompilation. Things you can do next are.. … … 43 43 `svn co -r 8800 http://www.molgenis.org/svn/molgenis/trunk/ molgenis`[[BR]] 44 44 `svn co -r 8800 http://www.molgenis.org/svn/molgenis_apps/trunk/ molgenis_apps`[[BR]] 45 `svn update -r 8814 molgenis_apps/modules/matrix/org/molgenis/matrix/component`[[BR]] 45 46 `svn update -r 8815 molgenis_apps/modules/webserver/boot/WebserverGui.java`[[BR]] 46 47 47 [[BR]]48 48 Followed by the same `ant -f molgenis_apps/xqtl_dev.xml make_run` command.[[BR]] 49 You can run the data- and webtest yourself to find out if your version is stable:[[BR]][[BR]] 50 `cd molgenis_apps`[[BR]] 51 `ant -f xqtl_dev.xml test`[[BR]] 52 `ant -f xqtl_selenium.xml webtest` (if this fails: try running as root due to permissions) 53 49 54 50 55 [[BR]][[BR]][[BR]]