I'm just starting out with Vagrant and some things are unclear to me. My 
workflow, I think, would ideally involve:
- One Vagrant set-up VM on VirtualBox per project
- A single VPS ("droplet" in my case with DigitalOcean) for multiple 
projects developed locally via method above with Vagrant
- I would be version controlling code with git and deploying using 
Capistrano. Composer would be handling dependency management, etc (not sure 
if this last part factors into my question).

I'm confused about getting Vagrant to work with my development provider 
(VirtualBox) and my production provider (DigitalOcean).

   1. The first part of my confusion is that I'm using the same server for 
   multiple projects, so should I even try to set up a Vagrantfile provider 
   section for my VPS? It would be good I suppose, if I need to start up a new 
   "droplet" at some later point.
   2. If I use something like the Digital Ocean Vagrant Provider 
plugin<https://github.com/smdahlen/vagrant-digitalocean>, 
   does this update my VPS from my local machine or do I need to install 
   Vagrant on my VPS and use this plugin there? This seems like a noobie 
   question... sorry if it is.


Thanks for any help!

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to