On this page, we will create a virtual machine with Packer and run it with VirtualBox. Packer is a tool to automate virtual machines creation. After the creation, the VM is ready to be imported into VirtualBox.
## Install Packer
[Install](https://developer.hashicorp.com/packer/downloads) Packer from the Download Page.
## Install VirtualBox
Install VirtualBox from the [VirtualBox Download Page](https://www.virtualbox.org/wiki/Downloads).
# Download goSDN repository
Go into the directory where you want to have this repository.