Cloud Foundry
76 Case Studies
A Cloud Foundry Case Study
The customer, WordPress, needed to run its popular content management system on a cloud platform. The challenge was that a standard deployment on Cloud Foundry could lead to data loss, as uploaded files stored on the local filesystem would be wiped out whenever the application was restarted.
The solution implemented by Cloud Foundry, using its PHP buildpack and service broker capabilities, involved creating a custom deployment. This solution automatically downloaded the WordPress source code and, critically, used an extension to mount an external SSH server for persistent file storage of uploads, themes, and plugins. As a result, Cloud Foundry provided a stable environment where WordPress could run without data loss during application restarts.