DigiThinkIT / frappe-vagrant

Vagrant Box for Frappe Framework
11 stars 6 forks source link

Vagrant Box Setup and Ruby #1

Open Tropicalrambler opened 6 years ago

Tropicalrambler commented 6 years ago

I had difficulty on macOS using the commands given, perhaps because gems was not installed so I downloaded this file https://rubygems.org/pages/download

then opened in terminal and switched directories there:

sudo ruby setup.rb

And then I ran:

gem install vagrant-vbguest gem install vagrant-notify-forwarder

Tropicalrambler commented 6 years ago

This was useful on a slow network connection!

vjFaLk commented 6 years ago

That's weird. Installing vagrant and then using vagrant to install the plugins should work. Did you not do that?