Skip to content

Latest commit

 

History

History
85 lines (60 loc) · 2.02 KB

README.rst

File metadata and controls

85 lines (60 loc) · 2.02 KB

wordpress-formula

A saltstack formula to install and configure WordPress on Debian, Ubuntu, and RHEL.

Available states

Install and configure WordPress sites

Installs wp-cli

Configure WordPress sites

Installs Wordpress plugins

Pillar customizations:

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>'

Formula Dependencies

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:

Author

Nitin Madhok [email protected] Russell Ballestrini [email protected] Debian Fork by Starchy Grant [email protected]