Question
How would I properly set up local and production development for WordPress project?
Hi DO community!
I have a question or a guideline on the WordPress project.
I’ve been tasked to do WordPress project for the company but I don’t know how to separate local development from production. Obviously I don’t want to code in the live website. I want to code locally and then with all of the approval deploy the changes to production.
I’ve already created an instance with the following specs:
Ubuntu 18.04 LTS
NGINX
PHP
MySQL
SSL certificate has been installed by the Let’s Encrypt
In this case, workflow differs when you develop local vs production.
I’ve read the using Git or Docker might help but I am not sure how to do that right.
Thanks in advance
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×