Software Development for a Cloud Computing: IaaS, PaaS, SaaS, DaaS, AWS, Azure, Cloud Foundry, Heroku
 
Tag: <span>deployment</span>

Integrated Deployment Pipeline with Jenkins and Cloud Foundry

This presentation highlights an integrated development process built with Jenkins and Cloud Foundry. We show a continuous delivery lifecycle from source code control (Git) to Jenkins build (Maven and Gradle) to live deployment on Cloud Foundry. We use Jenkins to do a blue/green deploy of an application by deploying two …

Continuous Delivery with Cloud Foundry

Cloud Foundry dramatically simplifies the work necessary to build deployment pipelines for continuous delivery. In this talk we’ll look at the benefits of building deployment pipelines with Cloud Foundry, some anti-patterns to watch out for, and how you can practice continuous delivery when making changes to the infrastructure code of …

Continuous Delivery and the Cloud

While many get stuck in the translation of traditional application architectures and software development processes to the Cloud, Continuous Delivery is a cutting-edge approach that complements the shift. This video discusses how companies can create, move and maintain applications in serviced environments combining the techniques of continuous integration, process and …

Deploying CloudFoundry, Heroku and othe PaaS

This article provides a step by step approach on how to deploy your application on the CloudBees, CloudFoundry, Heroku, Windows Azure, OpenShift, Elastic Beanstalk and Google AppEngine Platform-as-a-Services (PaaS) clouds. For each of these platforms, you are guided through the deployment process with screenshots and code examples. You can even …