SuiteCRM 8.10.1 on OpenShift — One-Command Deploy with Auto-Install

Major update to SuiteCRM on OpenShift!

What’s new:

  • SuiteCRM 8.10.1 with PHP 8.4 on CentOS Stream 9

  • Fully automated installation — no setup wizard. The container runs the CLI installer on first boot and persists config to a PVC

  • One command deploy: ./deploy-suitecrm.sh gives you SuiteCRM + MariaDB + Redis with auto-generated admin credentials

  • Weekly CI/CD via GitHub Actions — auto-detects new SuiteCRM releases and pushes to Quay.io

  • Works on the free Red Hat Developer Sandbox — no credit card needed

Try it:

git clone https://github.com/ryannix123/suitecrm-on-openshift.git
cd suitecrm-on-openshift
./deploy-suitecrm.sh

Five minutes later, you’re logged in. Credentials printed to the terminal and saved to suitecrm-credentials.txt.

Feedback and PRs welcome!

1 Like