rthomas67 / rpi-suitecrm

Setup files to create a docker image/container to run SuiteCRM on a Raspberry Pi under Docker
5 stars 0 forks source link

Dockerfile Notes for RaspberryPi SuiteCRM

Derived from the docker build for mariadb from jsurf

SuiteCRM install parts based on bitnami-docker-suitecrm

SuiteCRM "SilentInstall" Patches

Using SilentInstall with '''setup_db_create_database = 0''' should leave the database alone. However, the SuiteCRM install code is broken in several places. The patch files that are applied at the end of the container construction fix things enough that the setup can initialize the config.php file without overwriting tables and data (including SuiteCRM users).

This has been reported to the SuiteCRM project in case they want to make it work right.

nginx pgp-fpm

Editing Notes

TODO