GitLab Operations
Setting the Default Language to Chinese in GitLab
GitLab filters out languages with less than 90% translation coverage via the SWITCHER_MINIMUM_TRANSLATION_LEVEL
variable in the code. Simplified Chinese sits at 84% and Traditional Chinese at 83%.
Navigate to /path/to/gitlab/embedded/service/gitlab-rails/app/helpers/preferred_language_switcher_helper.rb and modify
the code as follows:
/path/to/gitlab/embedded/service/gitlab-rails/app/helpers/preferred_language_switcher_helper.rb
Then restart GitLab with gitlab-ctl restart.
Adding ICP Filing Information to the Homepage
Navigate to /path/to/gitlab/embedded/service/gitlab-rails/app/views/devise/shared/_footer.html.haml and add the
following:
Upgrading GitLab
Downloading the GitLab CE Package
Download the deb package from the GitLab Package page and transfer it to
the server using scp or a similar tool.
Stopping Memory-Intensive Services
Running a Backup
Installing
gitlabdevops