Skip to content

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

Notifications You must be signed in to change notification settings

khalidx/vagrant-ubuntu-nodejs-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published