oriuminc / vagrant-ariadne

A standardized virtual machine (VM) development environment for easily developing Drupal sites in a local sandbox that is essentially identical to a fully-configured hosted solution.
60 stars 11 forks source link

Move to vagrant 1.1+ #95

Open patcon opened 11 years ago

patcon commented 11 years ago

This will involve totally bailing on rvm and rbenv support (since the vagrant installer bakes in a ruby version), and rewriting lots of the setup docs, particularly related to plugin installation. We probably want to create a rake task that installs them.

I'm still partial to bundler, so maybe this will be the key (from the Vagrant Docs for Plugins)

...in general there are two methods of installation:

  • Downloading a library or gem and manually requireing it in a project Vagrantfile.

Edit: Nevermind. http://docs.vagrantup.com/v2/plugins/usage.html

mgifford commented 11 years ago

Too bad there wasn't an easier upgrade path. I assumed I could just use: http://downloads.vagrantup.com/tags/v1.1.4

I'd like to use the latest VirtualBox 4.2.x and think this was a problem with an earlier version of Vagrant.