A saltstack formula to install and configure WordPress on Debian, Ubuntu, and RHEL.
Note
See the full Salt Formulas installation and usage instructions.
Install and configure WordPress sites
Installs wp-cli
Configure WordPress sites
Installs Wordpress plugins
wordpress:
cli:
source: https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
hash: 2906a669a28d2a344da88c63c96aff3c
sites:
sitename:
username: <your-wordpress-username>
password: <your-wordpress-user-password>
database: <your-wordpress-database-name>
dbuser: <your-wordpress-db-username>
dbpass: <your-wordpress-db-password>
url: http://example.ie
title: 'My Blog'
email: '[email protected]'
plugins:
- '<plugin-name>'
plugins_url:
'<plugin-name>':
url: '<url-to-obtain-plugin-zipfile>'
name: '<plugin-name>'
The wordpress-formula requires PHP, a MySQL client, and a webserver.
You may want to review the following formulas for help.
You also need either:
Nitin Madhok [email protected] Russell Ballestrini [email protected] Debian Fork by Starchy Grant [email protected]