#1992
[How-To] Gitlab
default config file :
/etc/gitlab/gitlab.rb
reload config :
gitlab-ctl reconfigure
GIT LAb Console :
start console
gitlab-rails console production
display SMTP Config :
ActionMailer::Base.smtp_settings
Send mail
Notify.test_email('my_address@mail.com', 'Hello World', 'This is a test message').deliver_now
How To Upgrade Supervisord In CentOS 6 – LinuxAdmin.io Rancher & RancherOS
Display ‘maintenance’ page
Error while doing a git clone git@….
Check in the project config (Settings/Repository/Deploy Keys) that at least a key is enabled
GitLab API
Archive project:
Unarchive project:
Update description:
List projects IDs from a group:
Add topic/tag to a project: