Cloud Foundry

WordPress Running on Cloud Foundry

Created:

I’d previously written an article on deploying WordPress on Cloud Foundry. The process was a little clunky and has since broken, because of updates & changes to Cloud Foundry. To remedy this, I wrote a new post which was published today on the Cloud Foundry Foundation Blog.

Here’s the link -> https://www.cloudfoundry.org/blog/install-scale-wordpress-cloud-foundry-2018/

Tags: cloud foundry, PHP, wordpress

App Updates without Downtime on CloudFoundry

Created:

A recent encounter with a customer resulted in a couple good questions regarding the workflow that one would use to deploy apps to Cloud Foundry in order to try for a 100% up-time. Based on that, I would share the questions and answers here.

Question #1 - How do you push updates to your application without downtime?

Currently when you push, or restart for that matter, an application running on Cloud Foundry, the change is applied in a series of steps that go roughly like this.

Read more...

Tags: cloud foundry, uptime, ha