Vagrant-based development environment using Ubuntu, with GUI (i.e., not headless). The Xfce Desktop Environment is used instead of the default Unity for performance reasons.
The Vagrant base box is the official Ubuntu 16.04 (Xenial Xerus) 64-bit box available from Hashicorp Atlas.
Prerequisites:
- VirtualBox. This has been tested with version 5.1.20
- Vagrant. This has been tested using version 1.9.4
Clone this repository, then from the repository folder run this command:
vagrant up && vagrant reload
The ubuntu
user password is ubuntu
.
- Add your local customisation to
provision/local.sh
. - Edit
provision/nodejs.sh
to select your NodeJS version. - nvm is also installed, so it provides another mechanism to switch to other NodeJS versions.
- The Vagrantfile copies your private key to the VM so you can access Github et al. via SSH. It assumes the private key file can be found in
~/.ssh/id_rsa
on the host machine. - You can also SSH to the VM as user
ubuntu
, usingvagrant ssh