LAMP automated WordPress local environment. Suggestions?
-
Hello everyone,
I’m collecting data regarding automation of a local WordPress Install on a LAMP server.
My goal is to create a (possibly bash) script (or a collection of them) that is able to deploy an apache virtual host with WordPress installed from trunk using svn, add some useful plugin like developer or theme-check, and add an “almost ready” wp-config.php file to the install, so that the user just needs to double check it and run the 5 minutes install.What else could I need? Automatic setup of a mysql user/database might be good, the option to batch update many WordPress installs and also plugins batch update would also be almost mandatory.
What else? Suggestions?
I know there’s projects like VVV, but I’m looking at something easier to deploy, on linux setting up a local AMP stack is just a matter of installing 3 packages which are usually preinstalled on many different distros, without having to worry about virtualization and stuff like that.
I have already started writing such a script, I use it on a regular basis but I want to improve it and make it a full working solution, here it is, you can find it on github gist. Have a look and tell me what you think about it.
meanwhile, thank you all.
- The topic ‘LAMP automated WordPress local environment. Suggestions?’ is closed to new replies.