Successful instructions

host machine: Ubuntu 13.04 (x64)

...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