Stuck Cog has recently worked to automate deploying of WordPress. While it isn’t complete, sharing is caring.

There are 2 parts to the process that is currently complete. The first part is the Apahce2 conf file creation. This is accomplished with jinja2 templating. The domain name is passed to the function and the file is generated.

The second part is user creation. While not as glamorous as the jinja2 templating, this will allow consistent creation of user accounts for hosted WordPress services.

What’s left to do? There is still the part of downloading WordPress, extracting it, database creation, etc, will get to the etc later. Ideally when done, the account and site will be setup with in a matter of minutes instead of hours; it will take hours of programming to get there.

Leave a Reply

Your email address will not be published. Required fields are marked *