Changes between Version 2 and Version 3 of xQTLBioinformaticianGalaxy
- Timestamp:
- 2011-09-09T15:30:59+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
xQTLBioinformaticianGalaxy
v2 v3 21 21 So this boils down to: 22 22 23 = UNTESTED = 24 25 * Install Vagrant 23 Install Vagrant[[BR]] 26 24 `gem install vagrant`[[BR]] 27 25 28 * Download and start Debian Squeeze in SSH mode using Vagrant 26 Download and start Debian Squeeze in SSH mode using Vagrant[[BR]] 29 27 `vagrant box add debian_squeeze_32 http://mathie-vagrant-boxes.s3.amazonaws.com/debian_squeeze_32.box`[[BR]] 30 28 `mkdir squeeze_demo`[[BR]] … … 32 30 `vagrant init debian_squeeze_32`[[BR]] 33 31 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"` 32 Forward port and/or IP (TODO)[[BR]] 33 Open '''Vagrantfile''' with your favourite text editor. Change these lines:[[BR]] 34 ` # config.vm.network "33.33.33.10"`[[BR]] 37 35 ` # config.vm.forward_port "http", 80, 8080` 38 36 39 * Start the Vagrant box 37 Start the Vagrant box[[BR]] 40 38 `vagrant up`[[BR]] 41 39 `vagrant ssh`[[BR]] 42 40 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 41 Install dependencies[[BR]] 49 42 `sudo su`[[BR]] 50 43 `apt-get update`[[BR]] 51 44 `apt-get install ant subversion default-jdk -y`[[BR]] 45 46 Install and start xQTL workbench[[BR]] 52 47 `mkdir xqtlwb`[[BR]] 53 48 `cd xqtlwb`[[BR]]