Vagrant files for ubuntu with node.js and sails framework
- Run vagrant init in your project
- Delete autogenerated Vagrant file
- Copy this Vagrant and Vagrant-bootstrap.sh files to your root folder
- Modify Vagrant and bootstrap files with own needs
Run vagrant with
vagrant up
SSH connection make like this:
vagrant ssh
or
ssh -i ~/.vagrant.d/insecure_private_key 127.0.0.1 -p 2222 -l vagrant
Included:
nodejs npm git git-core grunt/grunt-cli sails forever pm2