suite22 / cinemetrics

Documenting and expanding Cinemetrics
5 stars 1 forks source link

Add VirtualBox as a Vagrant provider #10

Open suite22 opened 8 years ago

suite22 commented 8 years ago

Silly to have all this tied to Parallels as the only provider. If I can get VirtualBox added this whole project will be free to spin up for anyone.

suite22 commented 8 years ago

If somebody else wants this they'll probably need to make it a pull request. VirtualBox is pretty annoying and I've got Parallels running pretty decent.

adriendoux commented 8 years ago

Dear Ben,

I give up. Thanks for your efforts it just takes too much time to learn how everything works. I appreciated your speed in replying.

Thanks again, have a good day

Adrien DOUX

On 07 Apr 2016, at 22:36, Ben Goertz notifications@github.com wrote:

If somebody else wants this they'll probably need to make it a pull request. VirtualBox is pretty annoying and I've got Parallels running pretty decent.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/suite22/cinemetrics/issues/10#issuecomment-207078343

suite22 commented 8 years ago

Ok. Good luck @adriendoux I'm going to close #16.

chschneider commented 4 years ago

You can try replacing config.vm.box = "parallels/ubuntu-14.04" with config.vm.box = "ubuntu/trusty64" in the Vagrantfile.

That seemed to work for me but then I still had to patch 01_1_new-project.py to manually set fps and still got stuck afterwards so I decided to not dig any further.