Changes between Version 29 and Version 30 of xQTLAdministratorInstall


Ignore:
Timestamp:
2011-09-08T17:27:37+02:00 (13 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLAdministratorInstall

    v29 v30  
    7171
    7272
     73=== Running in Cloud EC3 ===
     74
     75Vagrant Debian squeeze installation for cloud deployment:
     76
     77Links:
     78
     79* [http://vagrantup.com/ Vagrant][[BR]]
     80* [http://mathie-vagrant-boxes.s3.amazonaws.com/debian_squeeze_32.box Debian Squeeze][[BR]]
     81* [http://woss.name/2011/02/07/vagrant-base-bo-for-debian-squeeze/ Run Debian Squeeze using Vagrant]
     82
     83Script:
     84
     85`sudo su`[[BR]]
     86`apt-get update`[[BR]]
     87`apt-get install ant subversion default-jdk -y`[[BR]]
     88`mkdir xqtlwb`[[BR]]
     89`cd xqtlwb`[[BR]]
     90`svn co http://www.molgenis.org/svn/molgenis/trunk/ molgenis`[[BR]]
     91`svn co http://www.molgenis.org/svn/molgenis_apps/trunk/ molgenis_apps`[[BR]]
     92`ant -f molgenis_apps/xqtl_dev.xml make_run`[[BR]]
     93
     94
    7395[[BR]][[BR]][[BR]]
    7496= OLDER STUFF =
     
    86108Note: If you didn't start the application as root, you may not have the rights to use the default storage path. In that case, set it to somewhere inside your home folder and proceed as usual. E.g. use `home/harry/xqtl/`
    87109[[BR]][[BR]][[BR]][[BR]][[BR]]
    88 
    89 == Vagrant Debian squeeze installation ==
    90 
    91 === Links ===
    92 
    93 [http://vagrantup.com/ Vagrant][[BR]]
    94 [http://mathie-vagrant-boxes.s3.amazonaws.com/debian_squeeze_32.box Debian Squeeze][[BR]]
    95 [http://woss.name/2011/02/07/vagrant-base-bo-for-debian-squeeze/ Run Debian Squeeze using Vagrant]
    96 
    97 === Script ===
    98 
    99 `sudo su`[[BR]]
    100 `apt-get update`[[BR]]
    101 `apt-get install ant subversion default-jdk -y`[[BR]]
    102 `mkdir xqtlwb`[[BR]]
    103 `cd xqtlwb`[[BR]]
    104 `svn co http://www.molgenis.org/svn/molgenis/trunk/ molgenis`[[BR]]
    105 `svn co http://www.molgenis.org/svn/molgenis_apps/trunk/ molgenis_apps`[[BR]]
    106 `ant -f molgenis_apps/xqtl_dev.xml make_run`[[BR]]
    107110
    108111=== Download and run (OSX, UNIX, Windows): ===