install GitLab on a server running Windows 7 -


i need install gitlab on server running windows 7, i'm blocked @ line. documentation doesn't helping me. following command prompt:

c:\gitlab-runner>gitlab-runner.exe register please enter gitlab-ci coordinator url (e.g. https://gitlab.com/): https://gitlab.com please enter gitlab-ci token runner: 

where can find token?

you're attempting install gitlab runner used run jobs , send results gitlab server. you're talking gitlab running @ server have install , not runner.

but not supported install gitlab on windows, see here in gitlab forum. recommend use linux in virtual machine if want on windows.

in seriousness never supported.


nevertheless needed project registration token follow these steps described here. there discussion on github.

to create specific runner without having admin rights gitlab instance, visit project want make runner work in gitlab:

  1. go settings ➔ pipelines obtain token
  2. register runner

further process of registering gitlab runner you're doing described here.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -