Skip to content

Vagrant-based development environment using Ubuntu and the Xfce Desktop Environment

License

Notifications You must be signed in to change notification settings

halvards/vagrant-xfce4-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-xfce4-ubuntu

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.

Installation

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.

Notes

  • 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, using vagrant ssh

About

Vagrant-based development environment using Ubuntu and the Xfce Desktop Environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages