Installing Docker-Compose on Ubuntu

Date - Feb 9, 2019
Avatar

On our previous article we saw how to install docker on Ubuntu 17.04. That is suitable for running a individual container(single applications). What if we want to run multi container application?

This leads to the invention of docker-compose, In this article, we will see how to install

Readmore...

How to install Docker on Ubuntu-17.04

Date - Feb 7, 2019
Avatar

Docker is a great tool for automating the deployment of applications through containers. In this article we will see how to install docker on Ubuntu-17.04

Since Ubuntu-17.04 is not a LTS version, installing package on 17.04 is little burden. It requires apt-get update on adding repositories which will

Readmore...

How to Install LAMP Stack on Linux Ubuntu-17.04

Date - Nov 5, 2018
Avatar

LAMP stands for Linux with Apache, Mysql and PHP. In this article we are going to see how to install a LAMP stack in Debian based machines Ubuntu-17.04. We are going to install all these packages through source installation...

Readmore...

Apache Tomcat Installation Ubuntu-17.04

Date - Dec 28, 2018
Avatar

The Apache Tomcat software is an open source which helps to run Java Servlet, JavaServer Pages, Java Expression Language and Java Web-socket technologies. For your better understanding apache tomcat is a web server that serves JSP pages.

Readmore...