civicrm-wordpress/README.md

37 lines
907 B
Markdown
Raw Permalink Normal View History

2023-03-07 10:45:11 +00:00
# civicrm
> One line description of the recipe
<!-- metadata -->
* **Category**: Apps
* **Status**: 0
* **Image**: [`civicrm`](https://hub.docker.com/r/civicrm), 4, upstream
* **Healthcheck**: No
* **Backups**: No
* **Email**: No
* **Tests**: No
* **SSO**: No
<!-- endmetadata -->
## Quick start
* `abra app new civicrm --secrets`
* `abra app config <app-name>`
* `abra app deploy <app-name>`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
2023-03-08 15:45:31 +00:00
2023-03-29 15:46:16 +00:00
### Install extensions
set them in the env config and run: `abra app cmd civi.example.org app install_extensions`
2023-03-29 15:46:16 +00:00
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
2023-03-29 15:46:16 +00:00
```