Install GitLab on Centos 5
Published by Kieran in Computer Science with 4 CommentsThis article will guide you through how to install GitLab on Centos 5 from source as they do not officially provide any documentation on this.
This article will guide you through how to install GitLab on Centos 5 from source as they do not officially provide any documentation on this.
One of the most annoying things about administering a system is when it fails and you have no backup. A simple but effective method of mitigating this risk is to backup to a remote storage facility. Services such as Dropbox / Google Drive ensure that your data is safe and secure. In this tutorial I cover how to set-up a... Read Arcticle
So I recently purchased a new server, with the aim to run Virtualizor and OpenVZ on it which happened to mean installing Centos instead of my usual Debian. The experience was definitely an interesting one, but here’s what happened: Add the dropbear repo: rpm -Uvh http://ftp-stud.hs-esslingen.de/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm Install dropbear: yum install dropbear I was initially baffled as how to configure Dropbear... Read Arcticle