[Tutorial] Running Wappler projects on Cloud Foundry

Cloud Foundry is a cross-cloud enabler that is used by a number of banks and insurance companies, that is slowly being replaced by Kubernetes and other container technology that caught-in better. I don’t expect anyone to ever have to use it and to some extend I would not encourage it unless it is an imposed constraint, and if you find yourself in such a predicament, this is a small tutorial that will hopefully get through the main obstacles.

$this->pdo->exec("set session sql_mode = ''");
extension=openssl.so
extension=pdo_mysql.so
extension=pdo.so
{ "LIBDIR":"library" }

(any other name will do).

cf push appname -b php_buildpack -m 256M

Good luck!

Community Page
Last updated: