khalidx / vagrant-ubuntu-nodejs-environment

A simple Vagrant configuration file to setup a development environment for Node.js on Ubuntu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrant-ubuntu-nodejs-environment

A simple Vagrant configuration file to setup a development environment for Node.js on Ubuntu.

Using the Vagrantfile to spin up an evironment

  1. Make sure you have Vagrant installed (you can grab the installation for your OS at https://www.vagrantup.com/)
  2. Clone this repository locally (or alternatively, just download the Vagrantfile)
  3. Go into the directory that has the Vagrantfile you just downloaded and run vagrant up
  4. That's it! You now have a Node.js development environment!
  5. Now, you can easily:
  6. SSH into the environment by running vagrant ssh
  7. stop your environment with vagrant halt
  8. destroy your environment with vagrant destroy

Support

Please contact kzoabi@outlook.com for questions or suggestions. You may also make changes yourself and open a pull request to have your changes merged.

About

A simple Vagrant configuration file to setup a development environment for Node.js on Ubuntu.