Skip to content

bcerban/Vagrant-MEAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN Stack Vagrant File

Sets up a trusty64 Ubuntu box with the latest node.js, MongoDB, grunt and bower

Follow installation guide on http://docs.vagrantup.com/v2/installation/index.html to install Vagrant and VirtualBox

Control Vagrant

Start box
vagrant up
SSH into box
vagrant ssh
Tear down box
vagrant destroy

More documentation on http://www.vagrantup.com/

Control Mongo

Start MongoDB
sudo service mongodb start
Stop MongoDB
sudo service mongodb stop
Restart MongoDB
sudo service mongodb restart

About

Vagrant box for MEAN Stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%