In order to make things easier, we will be installing Debian Jessie x64 through vagrant
I suggest looking through the powerpoint while going through the workshop
If you get an error involving filesystems, run vagrant plugin install vagrant-vbguest
. If that fails, ask for assistance.
If you have AMD, VT-x is probably already on
- We assume that you already have git.
- You need to turn on VT-x which could also be called Intel Virtualization Technology or Virtualization Extensions in BIOS. Try this guide
-
Install the following software:
- Virtual Box
- Virtual Box Extension Pack
- Vagrant
- PuTTY and PuTTYGen If you already have Cygwin (or git on your PATH), don't install these.
-
Clone the following git repository:
https://github.com/valkyrierobotics/WRRF-Workshop
-
Move into the cloned directory, i.e
cd WRRF-Workshop
-
Run
vagrant up
and wait for the bootstrapping process to complete. -
Run
vagrant plugin install vagrant-vbguest
to resolve any file system issues -
At this point,
vagrant ssh
should allow you to access the VirtualBox. If not, runvagrant ssh-config
and then use PuTTY to connect to that IP and port with the username "vagrant" and password "vagrant." -
You can now use PuTTYGen to convert the OpenSSH key used by vagrant into a PPK and save it and then access the VirtualBox instance through pubkey.
- We assume you've already installed git and other basic Linux tools
- You need to turn on VT-x which could also be called Intel Virtualization Technology or Virtualization Extensions in BIOS. Try this guide
- You can install .deb files using
sudo dpkg -i blahblahblah.deb
- Install the following software:
- Clone the following git repository:
https://github.com/valkyrierobotics/WRRF-Workshop
- Move into the cloned directory, i.e
cd WRRF-Workshop
- Run
vagrant up
and wait for the bootstrapping process to complete. - Run
vagrant plugin install vagrant-vbguest
to resolve any file system issues - At this point,
vagrant ssh
should allow you to access the VirtualBox.
- We assume you've already installed git and other basic tools
- Unless you have a really old Mac, VT-x is probably already turned on. You can use
sysctl -a | grep machdep.cpu.features
. If you see VMX in the output, then you're fine.
- Install the following software:
- Clone the following git repository:
https://github.com/valkyrierobotics/WRRF-Workshop
- Move into the cloned directory, i.e
cd WRRF-Workshop
- Run
vagrant up
and wait for the bootstrapping process to complete. - Run
vagrant plugin install vagrant-vbguest
to resolve any file system issues - At this point,
vagrant ssh
should allow you to access the VirtualBox.