The registration token can be found at: <http://gitlab-ci-domain.com/admin/runners>, accessible through Header > Runners.
By default the configuration file for your new runner gets written in the directory where the gitlab-ci-runner source code was installed, e.g. in `/home/gitlab_ci_runner/gitlab-ci-runner/config.yml`.
You can tell `bin/setup` to use a different directory with the `-C` switch.
```
bin/setup -C /my/runner/working/directory
```
#### Create an Upstart job (Ubuntu, Centos 6)
```
Loading
Loading
@@ -135,6 +142,13 @@ cd /home/gitlab_ci_runner/gitlab-ci-runner
bundle exec ./bin/runner
```
If you are using a custom working directory you can tell the runner about it with the `-C` switch.
The default working directory is the directory where the gitlab-ci-runner source code was installed, e.g. `/home/gitlab_ci_runner/gitlab-ci-runner`.