# civicrm > CiviCRM Wordpress * **Category**: Apps * **Status**: 0 * **Image**: [`civicrm`](https://hub.docker.com/r/civicrm), 4, upstream * **Healthcheck**: No * **Backups**: No * **Email**: No * **Tests**: No * **SSO**: No ## Quick start * `abra app new civicrm-wordpress` * `abra app config ` Authentik integration: * When configuring, uncomment `COMPOSE_FILE`, `OPEN_ID_CLIENT_ID`, `SECRET_OPEN_ID_CLIENT_SECRET_VERSION`, and `AUTHENTIK_DOMAIN` * To configure your Authentik deployment, follow the guide at [`docs.goauthentik.io/integrations/services/wordpress`](https://docs.goauthentik.io/integrations/services/wordpress/). * NOTE: at the time of writing the Authentik integration guide incorrectly says to set the redirect URI to `https://wp.company/admin-ajax.php?action=openid-connect-authorize` when it should be `https://wp.company/wp-admin/admin-ajax.php?action=openid-connect-authorize` * If using a different OpenID provider, leave `AUTHENTIK_DOMAIN` commented and uncomment the other OpenID configuration options Insert secrets: * `abra app secret i wordpress_admin_password v1 ''` * `abra app secret i smtp_password v1 ''` * (Authentik) `abra app secret i openid_client_secret v1 ` Generate secrets (be sure to save them): * `abra app secret g -a ` Deploy app: * `abra app deploy ` For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech). ### Install extensions set them in the env config and run: `abra app cmd civi.example.org app install_extensions` to install unoffical extension run smth like: ``` abra app cmd civi.example.org app install_custom_extension shoreditch https://github.com/civicrm/org.civicrm.shoreditch abra app cmd civi.example.org app install_custom_extension shoreditchwpworkarounds https://lab.civicrm.org/extensions/shoreditchwpworkarounds.git ```