vagrant-chef
vagrant-chef copied to clipboard
Migration on new machine
Hello,
I have recently moved my app to a new computer. Installed VB and Vagrant and vagrant ssh back to my cakephp app without problem.
However the environment (nginx, php, ..etc) is gone, how can I reinstall them without starting a new cakephp app template?
Just do vagrant up
?
I did vagrant up and it says the machine is already provisioned. How can I reinstall the software from the chef?