Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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
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:
Johan's slides are also attached here for your convenience.
cheers,
matti