zepgram / magento2-fast-vm

Optimal vagrant developer box for Magento2. Folders synced by nfs/rsync. This box includes Magento developer utilities.
MIT License
110 stars 35 forks source link

How easy to clone using this package? #47

Closed pmsteil closed 4 years ago

pmsteil commented 4 years ago

Hello, I am looking for a dev setup where it will be very easy to clone an existing working dev magento2 install and database and get the 2nd one up and running very quickly, like in 5 minutes. Is that possible with this package?

What is the process to do that?

Thanks!

zepgram commented 4 years ago

Hello, dual project are not automatically supported, it would requires some change to have a one shot full process.

Theorically it could be done in 2 steps : first by provisioning the primary project, and re-run the "magento" provisionner with modified values for the secondary project in config.yaml but, it would requires manual change by the developer and the "project" variable should also be modifiable through config.yaml (db and directory are commonly named "magento")