5
I have a small team of developers PHP and I want to set up their development environment using Vagrant. However, I have some doubts.
- How I provide a Vagrant configuration for other developers to download and start a VM with the same configuration?
- Is SSH access usually released to the developer? We use PHP and I would like to leave open to the developer to run command lines such as Composer and Artisan from Laravel.
- If there is a need to install something that has an impact on the server configuration, as I update this in Vagrant provisioning, in a way that this update also occurs in other developers' Vms?
Anyway, if anyone has had this experience of setting up a development environment using Vagrant for a small team of company developers, I’d like to know how you did it. I searched a lot on the Internet but I couldn’t find anything specific to my case, just teaching to configure the Vagrant on a local machine.
Hello Vineyards and welcome to [pt.so]. Can you post what you’ve already done? How far has it come? Otherwise your question will be too wide and will probably be closed.
– Caputo
Eae Vinhas, gives a read on this article. I needed to do the same last week and it was very good for beginners in the subject like me. http://flaviosilveira.com/2012/vagrant-facil-e-util/
– Premiere
Thank you Premiere! I will look at it calmly, I am orienting myself by another article also very good: (http://friendsofvagrant.github.io/v1/docs/getting-started/index.html). It’s a little outdated but you can already get a good idea of how it works
– Vinhas
Since you are using Laravel: http://laravel.com/docs/homestead
– gmsantos
@Caputo I needed for this project to give way to another. However, I intend to return the question soon :)
– Vinhas