PHPackages                             danie1k/bulletproof-wordpress - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. danie1k/bulletproof-wordpress

ActiveProject[DevOps &amp; Deployment](/categories/devops)

danie1k/bulletproof-wordpress
=============================

Wordpress deployment automation based on Ansible &amp; Composer

014[1 issues](https://github.com/danie1k/php-bulletproof-wordpress/issues)Shell

Since May 17Pushed 6y agoCompare

[ Source](https://github.com/danie1k/php-bulletproof-wordpress)[ Packagist](https://packagist.org/packages/danie1k/bulletproof-wordpress)[ RSS](/packages/danie1k-bulletproof-wordpress/feed)WikiDiscussions dev Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Bulletproof-Wordpress
=====================

[](#bulletproof-wordpress)

[![Build Status](https://camo.githubusercontent.com/f8d3c317e5c39713a9bab1476282423cc6d736b20263de2d1be32c9e8c1a853f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f64616e6965316b2f7068702d62756c6c657470726f6f662d776f72647072657373)](http://travis-ci.org/danie1k/php-bulletproof-wordpress)[![Current Version](https://camo.githubusercontent.com/b051ef943e65aeb6cbb7814668da93d3aae2b9e14dff3276e06522116be8fbe5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e6965316b2f62756c6c657470726f6f662d776f72647072657373)](https://packagist.org/packages/danie1k/bulletproof-wordpress)[![PHP Version Support](https://camo.githubusercontent.com/7d16c3ed629c064c716382705d8a0b627737a0fb031fd289b74078d22e1549e5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f64616e6965316b2f62756c6c657470726f6f662d776f72647072657373)](https://packagist.org/packages/danie1k/bulletproof-wordpress)[![MIT License](https://camo.githubusercontent.com/1db9a11e96fdf954bc1e8efd5842ba0b2237095c1aef0b525322a564b11cecdb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f64616e6965316b2f7068702d62756c6c657470726f6f662d776f72647072657373)](https://github.com/danie1k/php-bulletproof-wordpress/blob/dev/LICENSE)

Bulletproof\* Wordpress deployment automation based on Ansible &amp; Composer

Table of Contents
=================

[](#table-of-contents)

1. [Requirements](#requirements)
    1. [Developer's Computer](#developers-computer)
    2. [Web server (hosting)](#web-server-hosting)
2. [Installation](#installation)
3. [Usage](#usage)
4. [Basic Wordpress Configuration](#basic-wordpress-configuration)
    1. [Database settings](#database-settings)
    2. [Secret keys](#secret-keys)
5. [Extended Wordpress Configuration](#extended-wordpress-configuration)
    1. [HTTPS detection mechanism](#https-detection-mechanism)
    2. [Paths customization](#paths-customization)
    3. [Cron](#cron)
6. [SMTP Configuration](#smtp-configuration)
    1. [Global settings](#global-settings)
    2. [Mailer-specific settings](#mailer-specific-settings)
        1. [PHP](#php)
        2. [SMTP.com](#smtpcom)
        3. [Pepipost](#pepipost)
        4. [Sendinblue](#sendinblue)
        5. [Mailgun](#mailgun)
        6. [SendGrid](#sendgrid)
        7. [Classic SMTP server](#classic-smtp-server)
7. [Advanced options](#advanced-options)
    1. [Various settings](#various-settings)
    2. [Files upload mechanism](#files-upload-mechanism)
8. [Roadmap](#roadmap)
9. [License](#license)

Requirements
------------

[](#requirements)

### Developer's Computer

[](#developers-computer)

- Bash
- [Ansible](https://www.ansible.com/)

### Web server (hosting)

[](#web-server-hosting)

- SSH access (for Ansible)
- PHP &gt;= 5 (for Wordpress)
- Apache or Nginx web server

Installation
------------

[](#installation)

To begin run the following command in Bash-compatible terminal:

```
bash
