jstanden / cerb

Cerb is a fully customizable, web-based platform for enterprise communication and process automation. Create high volume shared inboxes. Integrate with any API-based service and automate nearly any repetitive digital workflow using the specialized KATA language and browser-based coding tools. Production: https://github.com/cerb/cerb-release/
https://cerb.ai/
Other
80 stars 38 forks source link

Ubuntu 22.04 install guide does not meet mailparse requirement #1701

Closed starchy closed 1 year ago

starchy commented 1 year ago

Hi,

Following the guide at https://cerb.ai/guides/installation/ubuntu/ results in php8.1-mailparse package 3.1.2+2.1.7~dev20160128-7 being installed. After starting cerb 10.3.4, the environment check page reports "PHP Extension (MailParse)... Error! Cerb requires the 'mailparse' extension version 3.1.3 or later" and refuses to continue.

jstanden commented 1 year ago

The new install guide uses Ubuntu 23.04 and avoids this issue: https://cerb.ai/guides/installation/ubuntu/

The Docker Compose example also avoids it.