In this post, we will show you how to install Grafana from the repository on a OCI Instance which Oracle Linux 7.7 running. First, connect to the server with private key and the fetch the latest package of Grafana from https://grafana.com/grafana/download. login as: opc Authenticating with public key “rsa-key-20200220” [opc@grafanaoci ~]$ sudo -i [root@grafanaoci ~]# […]
Articles Tagged: Devops
Jenkins Installation on Oracle Linux
Jenkins is a free and open source automation server. Jenkins helps to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery. Let’s begin with installation of jenkins on Linux based server. Login to server and install the java or update the java if it’s already […]