Changes between Version 6 and Version 7 of xQTLAdministratorInstall


Ignore:
Timestamp:
2011-07-31T12:55:16+02:00 (13 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLAdministratorInstall

    v6 v7  
    11= xQTL workbench =
     2
     3You will need: [http://ant.apache.org/ Ant], [http://subversion.apache.org/ Subversion], [http://www.java.com/ Java].[[BR]]
     4[[BR]]
     5Create a directory somewhere to work in, eg. `/Users/harry/xqtl`, and `cd` to there. Run these commands:[[BR]]
     6[[BR]]
     7`svn co -r 8408 http://www.molgenis.org/svn/molgenis/trunk/ molgenis`[[BR]]
     8`svn co -r 8410 http://www.molgenis.org/svn/molgenis_apps/trunk/ molgenis_apps`[[BR]]
     9`svn update -r 8430 molgenis_apps/xqtl_dev.xml`[[BR]]
     10`ant -f molgenis_apps/xqtl_dev.xml make_run`[[BR]]
     11[[BR]]
     12App is now running at: `http://localhost:8080/molgenis_apps`[[BR]]
     13First, setup database using: `http://localhost:8080/molgenis_apps/resetdatabase_4EE1D7A3E73C504183B69F7D20108853`[[BR]]
     14Login with user/pw: `admin` / `admin`[[BR]]
     15Go to Settings -> File storage. Enter path or use default, click 'Set path' and 'Validate'[[BR]]
     16Now go to 'Database' and click 'Load example data'[[BR]]
     17[[BR]]
     18Things you can do next are..
     19[[BR]]
     20* Change the admin password[[BR]]
     21* Make users and put them in the group 'biologist' or 'bioinformatician'[[BR]]
     22* Import new data[[BR]]
     23* Explore existing data[[BR]]
     24* Install R packages and run QTL mapping locally[[BR]]
     25* Add a new analysis R script[[BR]]
     26* Run an analysis on the cluster[[BR]]
     27
     28= OLDER STUFF =
    229
    330== Vagrant Debian squeeze installation ==