How to deploy EC2 instance with terraform
Terraform apply will the manifest and spin up the EC2 instance and output the instance_id and instance_public_ip. Destroy the EC2 Instance You can destroy the Read More
Terraform apply will the manifest and spin up the EC2 instance and output the instance_id and instance_public_ip. Destroy the EC2 Instance You can destroy the Read More
In this tutorial, I will show you how to Dockerize Ruby on Rails app. You’ve probably already used many of the applications that were built Read More
How to Dockerize Bash Script In this tutorial, I will show you how to Dockerize Bash Script. Dockerizing an app is the easiest way to Read More
How to Dockerize go web app In this tutorial I will show you how to dockerize go web app. Go (often referred to as golang) is a programming language created Read More
Capistrano Rollback In this tutorial we will see how we can rollback Capistrano deployment or Capistrano Rollback. Capistrano is a framework for building automated deployment Read More
Create EC2 instance with Ansible In this tutorial I will show you simple Ansible playbook to create EC2 instance with Ansible. Ansible is a radically Read More
In this tutorial, I will show you how to check the show current release version in capistrano. Capistrano is a remote server automation tool. It Read More
How to install teamcity on centos 7 TeamCity is a Java-based build management and continuous integration server from JetBrains. It was first released on October 2, 2006. TeamCity is commercial software Read More
Here are 10 useful s3 commands Install Virtual | 10 useful s3 commands. The AWS Command Line Interface (CLI) is a unified tool to Read More
Docker is an open platform for developing, shipping, and running applications. Docker is designed to deliver your applications faster. With Docker you can separate your Read More