/wordpress-formula

Wordpress Salt Formula

Primary LanguageSaltStackOtherNOASSERTION

wordpress-formula

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

Note

See the full Salt Formulas installation and usage instructions.

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: 'john.doe@acme.com'
      plugins:
        - '<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 nmadhok@g.clemson.edu Russell Ballestrini russell@ballestrini.net Debian Fork by Starchy Grant starchy@gmail.com