Posted 9 years ago
This guide will show you how to set up the Fedora Extra Packages for Enterprise Linux repo for CentOS which contains many additional rpm's for software alongside a lot newer versions of popular software.
To start with we will need to download and install the epel-release rpm, this can be done in two ways, using wget to download it locally before installing, or using yum to directly install it from the web.
wget http...
Posted 8 years ago
This guide will show you how to set up the Remi repo for CentOS which contains many additional rpm's for software alongside a lot newer versions of popular software.
To start with we will need to download and install the remi-release rpm, this can be done in two ways, using wget to download it locally before installing, or using yum to directly install it from the web.
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm...
Posted 8 years ago
This guide will show you how to set up Jenkins which is a popular open source continuous integration tool.
We will require java to be installed on the system, unfortunatly Jenkins doesnt support the GCJ java that CentOS ships with, you will need to download either Oracle Java or the use OpenJDK.
To install OpenJDK 1.7.0 run the following.
yum install java-1.7.0-openjdk
There is a RedHat compatable repo available which we can use to...
I am a Web Developer and Linux System Administrator. I'm a Red Hat Enterprise Linux fan and use CentOS.