development domain on the same host/server as the live site if possible. 2. Develop locally and test on the development site. 3. Use Beanstalk or similar process to deploy commits from your local to the development site.
Set up a development domain on the same host/server as the live site if possible. 2. Develop locally and test on the development site. 3. Use Beanstalk or similar process to deploy commits from your local to the development site.
on their dashboard. Add step-by-step instructions with screenshots. 2. Screencasts. Lots of them. 1. General screencasts you can reuse for other projects. 2. Specific screencasts to your client’s customizations. 3. Last resort, send them links to YouTube for other people’s screencasts.
all wp-content files and wp-config.php file to live site directory. 2. At development site, log in and change: 1. “Wordpress address” in Settings > General to the Wordpress directory on the live site 2. “Site Address (URL)” in Settings > General to the domain of the live site 3. Log in to the new site / domain and test everything.
all wp-content files. 2. Export database from old host; import to new server. 3. Make wp-config.php file changes to new database creds. 4. In live database, update wp_options table with live URL. (siteurl and home fields) 5. Log in to the new site / domain and test everything.