debops-wordpress
debops-wordpress copied to clipboard
Your superpowered WordPress server in three commands.
Need to develop a way to test the playbook against DebOps on a regular basis
Currently, the project isn't going to work if you use the latest DebOps. The playbook needs to be updated for DebOps 2.0.
Was attempting to run debops wordpress today, and kept getting the following error: ``` ~/debops-wordpress ➦ bc539fe ● debops wordpress Running Ansible playbooks: /Users/robert/debops-wordpress/playbooks/wordpress.yml ERROR! the role 'debops.elasticsearch/env'...
The first issue seen without doing the below mods is that the pki-user (and presumably group) don't get created on the node and the wordpress step errors out. Add the...
By the way, great job on this playbook! This is not the first time I will be using this playbook. I just pulled the latest release, but I cannot get...
This is my next development priority. I'd like to have a CLI that takes care of: - [ ] Installing DebOps and its dependencies (Automate this [wiki](https://github.com/carlalexander/debops-wordpress/wiki/Installation) page) - [...
Situation: 2nd domain name "wp.2nd-domain.com" points to same IP as "wp.mydomain.com" Added a mapping via https://de.wordpress.org/plugins/multiple-domain-mapping-on-single-site/ fwd works for http://wp.2nd-domain.com but not for https://wp.2nd-domain.com ssl issues ... I assume I...
Hello, the Elasticpress Plugin throws an error because of the ES Version `Your Elasticsearch version 6.4.1 is above the maximum required Elasticsearch version 6.2. ElasticPress may or may not work...
When creating a new Multisite WordPress installation, it would be awesome if when the user is selecting "use subdomains" option, `debops-wordpress` automatically installs wildcard SSL from `letsencrypt`. This is with...
Consolidating everything related to the documentation of additional VPS providers into this issue. Currently, the providers that I would like to write documentation for are: * [ ] Amazon Web...