Formatting and remove backup bot docs
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-05-10 07:09:52 +02:00
parent c99f35b5d9
commit 421c01e78a
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 12 additions and 16 deletions

View File

@ -5,14 +5,15 @@
Coöp Cloud + [Wordpress](https://wordpress.org) = 🥳 Coöp Cloud + [Wordpress](https://wordpress.org) = 🥳
<!-- metadata --> <!-- metadata -->
* **Category**: Apps
* **Status**: ❶💚 - **Category**: Apps
* **Image**: [`wordpress`](https://hub.docker.com/_/wordpress), ❶💚, upstream - **Status**: ❶💚
* **Healthcheck**: Yes - **Image**: [`wordpress`](https://hub.docker.com/_/wordpress), ❶💚, upstream
* **Backups**: Yes - **Healthcheck**: Yes
* **Email**: ❶💚 - **Backups**: Yes
* **Tests**: ❷💛 - **Email**: ❶💚
* **SSO**: No - **Tests**: ❷💛
- **SSO**: No
<!-- endmetadata --> <!-- endmetadata -->
## Basic usage ## Basic usage
@ -23,9 +24,9 @@ Coöp Cloud + [Wordpress](https://wordpress.org) = 🥳
to save secrets in `pass`) to save secrets in `pass`)
4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to 4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box your Docker swarm box
6. `abra app YOURAPPDOMAIN deploy` 5. `abra app YOURAPPDOMAIN deploy`
7. Open the configured domain in your browser to finish set-up 6. 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 7. `abra app YOURAPPDOMAIN run app chown www-data:www-data /var/www/html/wp-content` to fix
file permissions (see #3) file permissions (see #3)
## Running WP-CLI ## 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/` `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 ## Email
1. Deploy [`postfix-relay`][cc-postfix-relay] 1. Deploy [`postfix-relay`][cc-postfix-relay]