Changes between Version 17 and Version 18 of xQTLAdministratorInstall


Ignore:
Timestamp:
2011-08-29T21:42:08+02:00 (13 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLAdministratorInstall

    v17 v18  
    1010You will need: [http://ant.apache.org/ Ant], [http://subversion.apache.org/ Subversion], [http://www.java.com/ Java].[[BR]]
    1111[[BR]]
    12 Create a directory somewhere to work in, eg. `/Users/harry/xqtl`, and `cd` to there. Run these commands:[[BR]]
     12Create a directory somewhere to work in, e.g. `/Users/harry/xqtl`, and `cd` to there. Run these commands:[[BR]]
    1313[[BR]]
    1414`svn co http://www.molgenis.org/svn/molgenis/trunk/ molgenis`[[BR]]
     
    1616`ant -f molgenis_apps/xqtl_dev.xml make_run`[[BR]]
    1717[[BR]]
    18 App is now running at: `http://localhost:8080/molgenis_apps`[[BR]]
     18By the way, Ant can be made faster by giving it more memory. Use e.g. `export ANT_OPTS=-Xmx512m`[[BR]]
     19The application is now running at: `http://localhost:8080/molgenis_apps`[[BR]]
    1920Then login with user/pw: `admin` / `admin`[[BR]]
    20 Go back to Home and follow dataloading instructions.[[BR]]
    2121[[BR]]
    22 You are now done setting up :)[[BR]]PLEASE NOTICE: For subsequent starts of the app, use:[[BR]][[BR]]
     22You are now done setting up :)[[BR]]PLEASE NOTICE: For subsequent starts of the application, use:[[BR]][[BR]]
    2323`ant -f molgenis_apps/xqtl_dev.xml`[[BR]][[BR]]
    2424To avoid regeneration and recompilation. Things you can do next are..
     
    4343`svn co -r 8800 http://www.molgenis.org/svn/molgenis/trunk/ molgenis`[[BR]]
    4444`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]]
    4546`svn update -r 8815 molgenis_apps/modules/webserver/boot/WebserverGui.java`[[BR]]
    4647
    47 [[BR]]
    4848Followed by the same `ant -f molgenis_apps/xqtl_dev.xml make_run` command.[[BR]]
     49You 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
    4954
    5055[[BR]][[BR]][[BR]]