LoginSignup
0
1

More than 5 years have passed since last update.

UbuntuでGitLabをomnibus版の8.15.2から9.0.4にする

Last updated at Posted at 2017-04-11

前回の続きです。

手順

  1. バックアップ
  2. アップデート
  3. 日本語化パッチ適用
# バックアップ
sudo gitlab-rake gitlab:backup:create

# アップデート
sudo apt-get update 
sudo apt-get install gitlab-ce=9.0.4-ce.0

# 日本語パッチ
wget https://raw.githubusercontent.com/ksoichiro/gitlab-i18n-patch/master/patches/v9.0.4/app_ja.patch
cd /opt/gitlab/embedded/service/gitlab-rails
sudo patch -p1 < ~/app_ja.patch
sudo gitlab-ctl reconfigure
sudo gitlab-ctl restart

一度omnibus版にしてしまうととてもらく。
rpmをDLするまでが長い気もする・・・

0
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1