# civicrm > One line description of the recipe * **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 --secrets` * `abra app config ` * `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 ```