Changes between Version 2 and Version 3 of xQTLBioinformaticianGalaxy


Ignore:
Timestamp:
2011-09-09T15:30:59+02:00 (13 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLBioinformaticianGalaxy

    v2 v3  
    2121So this boils down to:
    2222
    23 = UNTESTED =
    24 
    25 * Install Vagrant
     23Install Vagrant[[BR]]
    2624`gem install vagrant`[[BR]]
    2725
    28 * Download and start Debian Squeeze in SSH mode using Vagrant
     26Download and start Debian Squeeze in SSH mode using Vagrant[[BR]]
    2927`vagrant box add debian_squeeze_32 http://mathie-vagrant-boxes.s3.amazonaws.com/debian_squeeze_32.box`[[BR]]
    3028`mkdir squeeze_demo`[[BR]]
     
    3230`vagrant init debian_squeeze_32`[[BR]]
    3331
    34 * Forward port and/or IP ?
    35 Open '''Vagrantfile''' with your favourite text editor. Change these lines:
    36 `  # config.vm.network "33.33.33.10"`
     32Forward port and/or IP (TODO)[[BR]]
     33Open '''Vagrantfile''' with your favourite text editor. Change these lines:[[BR]]
     34`  # config.vm.network "33.33.33.10"`[[BR]]
    3735`  # config.vm.forward_port "http", 80, 8080`
    3836
    39 * Start the Vagrant box
     37Start the Vagrant box[[BR]]
    4038`vagrant up`[[BR]]
    4139`vagrant ssh`[[BR]]
    4240
    43 * Install dependencies
    44 `apt-get install ant`[[BR]]
    45 `apt-get install subversion`[[BR]]
    46 `apt-get install default-jdk`[[BR]]
    47 
    48 Install and start xQTL workbench
     41Install dependencies[[BR]]
    4942`sudo su`[[BR]]
    5043`apt-get update`[[BR]]
    5144`apt-get install ant subversion default-jdk -y`[[BR]]
     45
     46Install and start xQTL workbench[[BR]]
    5247`mkdir xqtlwb`[[BR]]
    5348`cd xqtlwb`[[BR]]