Skip to content

akozlov75/vagrant-nodejs-sailsjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Vagrant files for ubuntu with node.js and sails framework

  1. Run vagrant init in your project
  2. Delete autogenerated Vagrant file
  3. Copy this Vagrant and Vagrant-bootstrap.sh files to your root folder
  4. 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

About

vagrant with node.js and sails.js framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages