August 2019
Beginner
608 pages
16h 7m
English
GitLab Shell is SSH access and repository management software developed specially for GitLab. You can install it as follows:
$ sudo -u git -H bundle exec rake gitlab:shell:install REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production SKIP_STORAGE_VALIDATION=true
By default, the gitlab-shell configuration is generated from your main GitLab configuration. You can review (and modify) the gitlab-shell configuration as follows:
$ sudo -u git vi /home/git/gitlab-shell/config.yml
Starting the service will be executed later.
Read now
Unlock full access