Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.
/ vagrant-lxde Public archive

💿 Front-End development Vagrant image based on Ubuntu 17.04 64-bit with LXDE desktop

License

Notifications You must be signed in to change notification settings

aperkaz/vagrant-lxde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-lxde

Vagrant LXDE Linux image, ready to rock.

Goal

Provide a portable, replicable and reliable working environment for professional and personal Front-End Node.js development.

Features

The base image is provisioned as follows:

Base image

Installed Programs

Management

Box Management Commands

  • 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

Miscellaneous

  • 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

License

MIT © Alain Perkaz

About

💿 Front-End development Vagrant image based on Ubuntu 17.04 64-bit with LXDE desktop

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages