Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting up GitLab CI on server with GitLab already installed

I have a server running CentOS 6.5, and I have already installed GitLab on it. I wanted to install GitLab CI as well - will installing it overwrite my current GitLab installation or is it completely separate from it?

like image 788
Hassan Khan Avatar asked Oct 25 '25 20:10

Hassan Khan


1 Answers

I use both GitLab and GitLab CI all on the same host and it works fine - they are totally separate applications and work well together. Each application is installed into it's own home. I don't, but you could also run the GitLab CI Runner on the same box too.

Just follow the GitLab CI how-to and you'll be up and running in no time!

https://github.com/gitlabhq/gitlab-ci/blob/5-2-stable/doc/install/installation.md

like image 200
JAC2703 Avatar answered Oct 29 '25 03:10

JAC2703