final win runner doc

This commit is contained in:
Dagen Brock 2016-04-29 10:19:54 -05:00
parent f087636748
commit f6d9659541

View File

@ -10,10 +10,11 @@
# REGISTER: Enter your Gitlab CI details
gitlab-ci-multi-runner-windows-386.exe register
# INSTALL SERVICE: Note the use of ".\IEUser" to indicate local account!
## STEP 3 - Install Service
# Note the use of ".\IEUser" to indicate local account!
gitlab-ci-multi-runner-windows-386.exe install --user .\IEUser --password Passw0rd!
# START SERVICE
## STEP 4 - Start service
gitlab-ci-multi-runner-windows-386.exe start
# If you have any problems with the service not starting due to:
@ -24,6 +25,17 @@ gitlab-ci-multi-runner-windows-386.exe start
# that helps.
## STEP 5 - Make sure gitlab-runner is using the correct shell
# It defaults to CMD, go to the directory where the gitlab-runner
# commands were run and edit the "config.toml" file. Under the line
# that says: executor = "shell"
# add: shell = "bash"
#
# Also, make sure that if you type "bash" <enter> from a CMD prompt,
# that it runs the Cygwin shell. If it can't find the bash command,
# go to the Environment Variables Control Panel for your computer and
# add "c:\cygwin\bin" to your PATH variable.