#WHAT? Vagrant box with Node.js
#How
- Install vagrant
- Download and Install VirtualBox
- Clone this repo
- Create a share folder at
~/Projects/MOOC JS, if you don't need, you can comment the line (config.vm.synced_folder "~/Projects/MOOC JS", "/MOOC") in Vagrantfile - You need to change the default shell (if you want), you could change in the file
/etc/passwd. Change your shell with/bin/zsh. - You could try with
sudo -u vagrant chsh -s /usr/bin/zsh - Go to the repository and launch the box
cd [repository]
vagrant up
vagrant ssh