Devops Tools

Deploy Java Application on Heroku

Posted on

In this blog, we will explore how to Deploy Java Application on Heroku. Please follow this link for the initial setup of Heroku Prerequisite Free Heroku Account. Click Here Git Java8 Maven3 Sample Java Application Clone the github repo git clone https://github.com/heroku/java-getting-started.git 2. Deploy app. You can specify the app name else it will take any random name […]

AWS

Installing Java & Jenkins on AWS ec2 Ubuntu 16.04

Posted on

With this blog you will get insight into the process of installing Java & Jenkins on AWS ec2 Ubuntu 16.04. Pre-requisite: For this lab to proceed, following are the pre-requirements Two AWS ec2 instances with AMI as Ubuntu 16.04 being launched. One AWS ec2 Ubuntu instance with Apache2 and php installed (Click here to learn […]

AWS

Java installation on linux instance

Posted on

Linux Linux is a free and open source operating system’s kernel. In this blog we will perform Java installation on linux instance. There are several Linux Distributions, commonly called ‘distros’. Ubuntu Linux Red Hat Enterprise Linux Linux Mint Debian Fedora Let’s start java installation on linux instance launched on AWS — EC2 (Click here to launch linux […]

Devops Tools

Maven installation and configuration — Windows

Posted on

Maven Maven is a project management & comprehension tool that provides a complete build lifecycle framework to assist developers. It is a build automation tool used primarily for Java projects, though can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. Maven addresses two aspects of building software: first, it describes how software is built, and second, it describes its dependencies. […]