Webinar: Jump-start to CloudFoundry

Need to master your deployments from your DevOps chain? Do you need 100% uptime for your production application? These are just some questions that are answered in this webinar that gives you a jump-start to Cloud Foundry. Join Johan Rodin (IBM) and Matti Tahvonen (Vaadin) to learn how the open source Cloud Foundry platform powers many popular PaaS services and how you can easily deploy your web applications using CF tools.

Webinar takes place on Thursday December 3rd 2015 @ 3PM CET

embedyoutube=RZ8rCx0d9ns

You can post your questions below, thank you!

Hi,

The documentation for the active deploy plugin that we used for “zero downtime magic” is available in
Bluemix docs
. Before you start, make sure you use the latest version of CF CLI tools, it failed for me initially as I had too old version. Then you practically just need to download and install the Active Deploy service plugin for the Cloud Foundry CLI:

`cf add-plugin-repo bluemix http://plugins.ng.bluemix.net` 

`cf install-plugin active-deploy -r bluemix` 

Then you can verify the plugins are installed by executing cf plugins.

Here is also quicklinks to the different parts of webinar:


Basic Bluemix and CF command line usage.


Advanced zero downtime app update.

Johan’s slides are also attached here for your convenience.

cheers,
matti

22421.pdf (4.18 MB)
22422.pdf (285 KB)