# Wordpress [![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud/wordpress/status.svg)](https://build.coopcloud.tech/coop-cloud/wordpress) Coöp Cloud + [Wordpress](https://wordpress.org) = 🥳 * **Category**: Apps * **Status**: 4 * **Image**: [`wordpress`](https://hub.docker.com/_/wordpress), 4, upstream * **Healthcheck**: Yes * **Backups**: Yes * **Email**: 3 * **Tests**: 2 * **SSO**: 2 ## Quick start * `abra app new wordpress` * `abra app config ` * `abra app secret generate -a ` * `abra app deploy ` * `abra app cmd app core_install` ## Email There is a local or remote SMTP relay configuration available. * **local**: `COMPOSE_FILE=compose.yml:compose.mailrelay.yml` * **remote**: `COMPOSE_FILE=compose.yml:compose.mailrelay.yml:compose.smtp.yml` Below are the instructions for the local relay. 1. Deploy [`postfix-relay`][cc-postfix-relay] 2. `abra app config `, and uncomment the email lines; change `MAIL_FROM` to make sure the domain is the same as `postfix-relay`'s `$DOMAIN` or in its `$EXTRA_SENDER_DOMAINS` 3. `abra app deploy ` [abra]: https://git.autonomic.zone/autonomic-cooperative/abra [cc-traefik]: https://git.autonomic.zone/coop-cloud/traefik [cc-postfix-relay]: https://git.autonomic.zone/coop-cloud/postfix-relay