Working from wp-config-sample.php The wordpress/wp-config-sample.php will serve as the start of our wp-config.php that we’re copying in. From the root we’ll copy this config file into the wordpress directory that we’ll be zipping up. The following diff gives a short summary of the changes being made from the base sample: Enabling SSL Now that we’re…
Continue ReadingTag: pycharm
Start a New Project & Get the Command Line Interface Arguments
Start a new project in your IDE. Add a new build.py file. First thing we’ll need to be able to do is to be able to parse some args: Then call that:
Continue Reading