All Projects → halvards → vagrant-xfce4-ubuntu

halvards / vagrant-xfce4-ubuntu

Licence: MIT license
Vagrant-based development environment using Ubuntu and the Xfce Desktop Environment

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to vagrant-xfce4-ubuntu

Vagrant Lamp
My default LAMP development stack for Vagrant
Stars: ✭ 765 (+4400%)
Mutual labels:  vagrant, development
marvin-vagrant-dev
No description or website provided.
Stars: ✭ 26 (+52.94%)
Mutual labels:  vagrant, development
Drupal Vm
A VM for Drupal development
Stars: ✭ 1,348 (+7829.41%)
Mutual labels:  vagrant, development
Vagrant Php Dev Box
PHP 7 vagrant development box with nginx, php-fpm, MySQL, Symfony, Laravel, ... on Ubuntu 16.04
Stars: ✭ 473 (+2682.35%)
Mutual labels:  vagrant, development
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (+452.94%)
Mutual labels:  vagrant, development
Vagrant Docker Vm
💻 Development Vagrant VM with Docker, Samba and Mail sandbox (customizable)
Stars: ✭ 97 (+470.59%)
Mutual labels:  vagrant, development
opnsense-starterkit
Try opnsense, build opnsense images or start development
Stars: ✭ 18 (+5.88%)
Mutual labels:  vagrant, development
x64dbgpylib
Port of windbglib to x64dbgpy, in an effort to support mona.py in x64dbg.
Stars: ✭ 46 (+170.59%)
Mutual labels:  development
archlinux-auto-install
Automatically install archlinux (from livecd with Ventoy tools)
Stars: ✭ 34 (+100%)
Mutual labels:  vagrant
Book k8sInfra
< 컨테이너 인프라 환경 구축을 위한 쿠버네티스/도커 >
Stars: ✭ 176 (+935.29%)
Mutual labels:  vagrant
BestPracticesWorkshop
Repository for the workshop "Best practices on development"
Stars: ✭ 14 (-17.65%)
Mutual labels:  development
insaneworks-packer-template
CentOS 7-8 8Stream / AlmaLinux 8 / FreeBSD 12 - 13 x64 + VirtualBox / VMWare for Packer Template + FreeBSD 13 / AlmaLinux 9 + Parallels
Stars: ✭ 38 (+123.53%)
Mutual labels:  vagrant
k3s-homeops-ansible
Bootstrap a k3s cluster on top of Ubuntu 20.04
Stars: ✭ 47 (+176.47%)
Mutual labels:  vagrant
ezored
C++ Multiplatform Toolkit Template
Stars: ✭ 111 (+552.94%)
Mutual labels:  development
blimp
Web development with docker made easy
Stars: ✭ 12 (-29.41%)
Mutual labels:  development
tech-resources
🔧 A list of useful resources for tech enthusiasts. https://andou.github.io/tech-resources/
Stars: ✭ 25 (+47.06%)
Mutual labels:  development
ImageWorker
ImageWorker is a Library for Android to Save Images in Internal Storage
Stars: ✭ 51 (+200%)
Mutual labels:  development
untheme
A blank WordPress theme for developers.
Stars: ✭ 82 (+382.35%)
Mutual labels:  development
Windows-Whistler
A port of the Whistler theme that eventually got replaced by Luna in Windows 2001 (XP)
Stars: ✭ 24 (+41.18%)
Mutual labels:  development
made-in-ghana
Open-source projects from Ghana.
Stars: ✭ 36 (+111.76%)
Mutual labels:  development

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].