Vagrant LXDE Linux image, ready to rock.
Provide a portable, replicable and reliable working environment for professional and personal Front-End Node.js development.
The base image is provisioned as follows:
- 17.04 64-bit Ubuntu
- LXDE desktop environment
- Oracle VM Guest additions
- Terminator - terminal emulator
- Kupfer - app launcher
- Shutter - screenshot utility
- Vokoscreen - screen recording utility
- Google Chrome
- Atom - next gen editor
- Git Cola - Git GUI utility
- Meld - Git confict solving tools
- NVM - Node Version Manager
- Spin up the virtual environment (Vagrant-box). The environment is also provisioned:
vagrant up
- Provision the currently running environment (using
provision.sh
script):
vagrant provision
- List the running environments:
vagrant box list
- Stop a running environment:
vagrant suspend
- Completely remove the environment:
vagrant destroy
- Start the graphical interface from command-line:
startx
- Set the keyboard layout to Spanish (session):
setxkbmap -layout es
- Set the keyboard layout to Spanish (permanently). Reboot after:
apt-get install console-common
localectl set-x11-keymap es
localectl set-keymap es
MIT © Alain Perkaz