| | 23 | = UNTESTED = |
| | 24 | |
| | 25 | * Install Vagrant |
| | 26 | `gem install vagrant`[[BR]] |
| | 27 | |
| | 28 | * Download and start Debian Squeeze in SSH mode using Vagrant |
| | 29 | `vagrant box add debian_squeeze_32 http://mathie-vagrant-boxes.s3.amazonaws.com/debian_squeeze_32.box`[[BR]] |
| | 30 | `mkdir squeeze_demo`[[BR]] |
| | 31 | `cd squeeze_demo`[[BR]] |
| | 32 | `vagrant init debian_squeeze_32`[[BR]] |
| | 33 | |
| | 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"` |
| | 37 | ` # config.vm.forward_port "http", 80, 8080` |
| | 38 | |
| | 39 | * Start the Vagrant box |
| | 40 | `vagrant up`[[BR]] |
| | 41 | `vagrant ssh`[[BR]] |
| | 42 | |
| | 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 |