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:
- go settings ➔ pipelines obtain token
- register runner
further process of registering gitlab runner you're doing described here.
Comments
Post a Comment