paliarush / magento2-vagrant-for-developers

Vagrant Box for Magento 2 Developers
MIT License
447 stars 165 forks source link

Could I use the magento2ce to be my local machine? #154

Closed tshuy closed 7 years ago

tshuy commented 7 years ago

How do I migrate my production server to your magento2ce folder? Then I can use it as my local machine. If this is the case then I will use this local machine to develop additional enhancements. make sure it works, then move it to the production server.

paliarush commented 7 years ago

Hi @tshuy, ideally you should use some staging server with the same configuration as your production.

Just download your codebase and put it to 'magento2ce' directory before running ./init_project.sh.

Then ./init_project.sh will create Magento instance using the code provided in 'magento2ce'.