TODO
TODO
In order to deploy Labs environments, we will need those 2 OSS:
- Oracle VM VirtualBox: VirtualBox is a general-purpose and cross-platform full virtualizer for x86 hardware, targeted at server, desktop and embedded use.
- Vagrant: Vagrant is an open-source software product for building and maintaining portable virtual development environments.
1.1 Install virtualbox:
$ wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
$ wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
$ sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian `lsb_release -sc` non-free contrib" > /etc/apt/sources.list.d/virtualbox.org.list'
$ sudo apt-get update
$ sudo apt-get install dkms
$ sudo apt-get install virtualbox-5.11.2 Install Vagrant:
$ wget https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_x86_64.deb
$ sudo dpkg -i vagrant_1.9.1_x86_64.deb2.1 Install virtualbox: TODO 2.2 Install Vagrant:
$ wget https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_i686.deb
$ sudo dpkg -i vagrant_1.9.1_i686.deb3.1 Install virtualbox: TODO 3.2 Install Vagrant:
$ sudo yum -y install https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_x86_64.rpm4.1 Install virtualbox: TODO 4.2 Install Vagrant:
$ sudo yum -y install https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_i686.rpmTODO
TODO
TODO