AWS, DevOps

7 Must-Have Jenkins Plugins

The Jenkins is the best freeware tool to fasten your development cycle. It helps you to increase team productivity with CI (continuous integration) and CD (continuous delivery). In the development phase, you have to test changes more frequently. A single-click build and deploy job reduce time to validate your modified codebase, and...

by Rajdeep Singh
Tag: Deployment
29-Jul-2016

Grails

Grails 3 and Deployment to Tomcat Container

Any web application consists mainly of two tasks, i.e, development, and deployment. For web application development, we can use any tools but for deployment, we need to be careful of what environments are supported by the framework. At the time of Grails 2, we just needed to execute grails war and put the generated war to a container,...

by Manvendra Singh
Tag: Deployment
22-Apr-2016

Technology

Why the path to a Microservices Architecture is a promising one.

The latest entrant in the world of technological development is the microservice architecture, also abbreviated as MSA. It would not be completely illogical to think of the MSA as a refined version of a Service Oriented Architecture (SOA) , which has been the go to approach of most enterprises as the needs and demands of users for better...

by Prakashul
Tag: Deployment
05-Jan-2016

AWS

Capistrano – Server Automation and Deployment Tool

What it is ? Capistrano is an open source tool for running scripts on multiple servers; its main use is deploying web applications. It automates the process of making a new version of an application available on one or more web servers, including supporting tasks such as changing databases. It's written in Ruby, but it can easily be...

by ravi
Tag: Deployment
01-Apr-2014