Successful instructions
host machine: Ubuntu 13.04 (x64)
- vagrant_1.4.1_x86_64.deb (from current site)
- virtualbox-4.2_4.2.4-81684~Ubuntu~precise_amd64
after first 'vagrant up' it fails with 'make not found':
vagrant ssh sudo apt-get install make exit vagrant halt vagrant up --provision
...all done with two non critical warnings
Sorry You must be a logged in, registered user to answer a question.
Answers
...then you'll have to run postinstall.sh script, it must be edited a little bit: change variable with ruby version will be installed to satisfy some new package dependencies
ruby_ver="1.9.3-p484"
it can be done with vi console editor:
vagrant ssh
vi ./postinstall.sh
...find variable, insert,
edit,
esc,
:wq...
sudo ./postinstall.sh