Hi Hemen, There's no magic recipe for what you want and definitely not a single valid answer.
You can start by deciding best approach for base box building and provisioning. Depending on your target audience you might want to have a centralized base box image that is already provisioned and skip provisioning on individual machines. Everything else that you want is achievable with basic Vagrant functionality. You can sync ( http://docs.vagrantup.com/v2/getting-started/synced_folders.html) whatever folder you decide to use as 'workspace' so you'll do development on host and build on guest. The only advice I can give is not to rush into large deployment before getting a good understanding of how it works, use your solution for 1-2 weeks, then test it with 2-3 colleagues and get feedback Cheers. On 21 May 2014 05:47, Hemen Kapadia <[email protected]> wrote: > Bumping up. > > On Monday, May 19, 2014 7:55:06 PM UTC+5:30, Hemen Kapadia wrote: >> >> Hello all, >> >> -- > 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/d/optout. > -- 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/d/optout.
