Changes between Version 14 and Version 15 of xQTLAdministratorInstall


Ignore:
Timestamp:
2011-08-03T16:01:18+02:00 (13 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLAdministratorInstall

    v14 v15  
    44#!html
    55<h2 style="color: blue">
    6  Stable freeze - <font color="green"><b>WORKING</b></font>
     6 Latest release <font color="green"><b></b></font>
    77</h2>
    88}}}
     
    1212Create a directory somewhere to work in, eg. `/Users/harry/xqtl`, and `cd` to there. Run these commands:[[BR]]
    1313[[BR]]
    14 `svn co -r 8408 http://www.molgenis.org/svn/molgenis/trunk/ molgenis`[[BR]]
    15 `svn co -r 8410 http://www.molgenis.org/svn/molgenis_apps/trunk/ molgenis_apps`[[BR]]
    16 `svn update -r 8430 molgenis_apps/xqtl_dev.xml`[[BR]]
     14`svn co http://www.molgenis.org/svn/molgenis/trunk/ molgenis`[[BR]]
     15`svn co http://www.molgenis.org/svn/molgenis_apps/trunk/ molgenis_apps`[[BR]]
    1716`ant -f molgenis_apps/xqtl_dev.xml make_run`[[BR]]
    1817[[BR]]
    1918App is now running at: `http://localhost:8080/molgenis_apps`[[BR]]
    20 First, setup database using: `http://localhost:8080/molgenis_apps/resetdatabase_4EE1D7A3E73C504183B69F7D20108853`[[BR]]
    2119Then login with user/pw: `admin` / `admin`[[BR]]
    22 Go to Settings -> File storage. Enter preferred path or use default, click 'Set path' and 'Validate'[[BR]]
    23 Now go to 'Database' and click 'Load example data'[[BR]]
     20Go back to Home and follow dataloading instructions.[[BR]]
    2421[[BR]]
    25 You are now done setting up :)[[BR]]PLEASE NOTICE: Subsequent starts of the app should be done with:[[BR]][[BR]]
     22You are now done setting up :)[[BR]]PLEASE NOTICE: For subsequent starts of the app, use:[[BR]][[BR]]
    2623`ant -f molgenis_apps/xqtl_dev.xml`[[BR]][[BR]]
    2724To avoid regeneration and recompilation. Things you can do next are..
     
    3936#!html
    4037<h2 style="color: blue">
    41  Cutting edge - <font color="green"><b>WORKING</b></font>
     38 Stable freeze <font color="green"><b></b></font>
    4239</h2>
    4340}}}
    4441
    45 (Mon Aug 01 17:22:21 CEST 2011, Mol r8447, MolApp r8449)
     42Run these checkouts instead:[[BR]][[BR]]
     43`svn co -r 8408 http://www.molgenis.org/svn/molgenis/trunk/ molgenis`[[BR]]
     44`svn co -r 8410 http://www.molgenis.org/svn/molgenis_apps/trunk/ molgenis_apps`[[BR]]
     45`svn update -r 8430 molgenis_apps/xqtl_dev.xml`[[BR]]
    4646
    47 Run these checkouts instead:[[BR]][[BR]]
    48 `svn co http://www.molgenis.org/svn/molgenis/trunk/ molgenis`[[BR]]
    49 `svn co http://www.molgenis.org/svn/molgenis_apps/trunk/ molgenis_apps`[[BR]]
    5047[[BR]]
    5148Followed by the same `ant -f molgenis_apps/xqtl_dev.xml make_run` command.[[BR]]