git submodule update --init
gem install vagrant
vagrant up
cat ~/.ssh/id_rsa.pub | ssh [email protected] "cat >> ~/.ssh/authorized_keys; chmod 600 ~/.ssh/authorized_keys"
Password is vagrant
, see http://docs-v1.vagrantup.com/v1/docs/base_boxes.html
gem install knife-solo
knife solo prepare [email protected]
knife solo cook [email protected] nodes/default.json
Vagrant issue with posgresql