From 421c01e78a500573c160c9c7b182de9ca816f5c6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 10 May 2021 07:09:52 +0200 Subject: [PATCH] Formatting and remove backup bot docs --- README.md | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index fc58c71..2dc50b0 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,15 @@ Coรถp Cloud + [Wordpress](https://wordpress.org) = ๐Ÿฅณ -* **Category**: Apps -* **Status**: โถ๐Ÿ’š -* **Image**: [`wordpress`](https://hub.docker.com/_/wordpress), โถ๐Ÿ’š, upstream -* **Healthcheck**: Yes -* **Backups**: Yes -* **Email**: โถ๐Ÿ’š -* **Tests**: โท๐Ÿ’› -* **SSO**: No + +- **Category**: Apps +- **Status**: โถ๐Ÿ’š +- **Image**: [`wordpress`](https://hub.docker.com/_/wordpress), โถ๐Ÿ’š, upstream +- **Healthcheck**: Yes +- **Backups**: Yes +- **Email**: โถ๐Ÿ’š +- **Tests**: โท๐Ÿ’› +- **SSO**: No ## Basic usage @@ -23,9 +24,9 @@ Coรถp Cloud + [Wordpress](https://wordpress.org) = ๐Ÿฅณ to save secrets in `pass`) 4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to your Docker swarm box -6. `abra app YOURAPPDOMAIN deploy` -7. Open the configured domain in your browser to finish set-up -8. `abra app YOURAPPDOMAIN run app chown www-data:www-data /var/www/html/wp-content` to fix +5. `abra app YOURAPPDOMAIN deploy` +6. Open the configured domain in your browser to finish set-up +7. `abra app YOURAPPDOMAIN run app chown www-data:www-data /var/www/html/wp-content` to fix file permissions (see #3) ## Running WP-CLI @@ -53,11 +54,6 @@ _(Only tested using subdomains)_ `abra app YOURAPPDOMAIN cp ~/path/to/local/theme wordpress:/var/www/html/wp-content/themes/` -## Backups (using backup-bot) - -1. `abra app YOURAPPDOMAIN config`, and uncomment the `export COMPOSE_FILE="compose.yml:compose.backup.yml"` line -2. `abra app YOURAPPDOMAIN deploy` - ## Email 1. Deploy [`postfix-relay`][cc-postfix-relay]