General Scenario of WordPress Development and Deployment
-
Hi,
Currently I have an old website which is developed with static pages. Now I want to redesign a new website with WordPress, but still keep the old site running until the new one is ready. I wonder what is the general scenario of such a development and deployment.
What I plan to do is:
1. Buy a temporary domain/host for the new site.
2. Install WordPress on the new site, set the database, and point the domain to the temp one.
3. Develop and test the the new site on the temp domain/host until everything is OK.
4. Migrate the new site to the domain/host of the old site by:
4.1 Copy the database records from the temp domain/host to the domain/host of the old site.
4.2 Re-upload all WordPress files to the domain/host of the old site.
4.3 Modify the configuration file on the domain/host of the old site.
4.4 Point the WordPress on the old site to the old domain.
Is the scenario correct?
- The topic ‘General Scenario of WordPress Development and Deployment’ is closed to new replies.