You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WordPress local development environment on Ubuntu machine (last performed with 12.04).
NOTE: overall scheme is local (development) -> testing (e.g. AppFog) -> Production (regular host or Amazon EC2)
WordPress from testing (AppFog) to local development
The idea here is to have equivalent systems in local development and in testing environment, to easily validate edits before pushing to testing.
This process is streamlined well using Duplicator plugin with a couple of caveats. Follow these steps:
Make image of AppFog installation from WP admin panel, Duplicator plugin area; download installer.php and file archive
In AppFog control panel, find exact name of MySGL bound to the WP installation of interest
Locally, use phpMyAdmin to create DB with the same name as in AppFog (otherwise Duplicator-plugin simplification becomes problematic)
Create some (possibly different from AppFog) DB user and password
Run installer.php from duplicator downloads, proceed as in plugin video (remember to check table drop option in the process and verify new location-path of the local installation; may need to de-select some pluging in advanced-options if their automatic activation causes problems)
Put wp_config.php with proper settings manually, NOT using the one from AppFog.
Save permalinks option to generale local htaccess and verify the cloned setup.