How do I start using Gitlab-CI in Gitlab Omnibus edition? -


i have installed gitlab omnibus gitlab-7.4.3_omnibus.5.1.0.ci-1.el6.x86_64.rpm on centos 6.6. have few projects created , working fine try using continuous integration features. don't know start , documentation/tutorials thin on ground. have found following files not appear in older gitlab omnibus install have:

/usr/bin/gitlab-ci-rake /usr/bin/gitlab-ci-rails 

i presume need these? need configuration file first? in projects (settings > services > gitlab ci) can see there options active, token , project url not know put in these fields. me started on ci appreciated. cheers,jonny

we installed omnibus gitlab 7.6.2 release has gitlab ci 5.3 built in. had same question. here's how got working.

we're using single secured server on https; single ip both gitlab , gitalb-ci hosts. have dns entries both host names single ip. (done alias ci server think). have 2 ssl certificates 1 each hostname.

we have following lines @ top of /etc/gitlab/gitlab.rb script (found searching gitlab site rb file setup details):

external_url 'https://gitlab.example.edu' nginx['redirect_http_to_https'] = true  ci_external_url 'https://gitlab-ci.example.edu' ci_nginx['redirect_http_to_https'] = true 

for http, leave out nginx statements.

if gitlab-ci url displays gitlab site contents ci_nginx statement needs corrected.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -