Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vu2
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vu2/a56f9b88cd533bd87ae4 to your computer and use it in GitHub Desktop.
Save vu2/a56f9b88cd533bd87ae4 to your computer and use it in GitHub Desktop.
yum install patch
cd /tmp
wget https://raw.githubusercontent.com/ksoichiro/gitlab-i18n-patch/master/patches/v7.9.0/app_ja.patch
cd /opt/gitlab/embedded/service/gitlab-rails
patch -p1 < /tmp/app_ja.patch
# キャッシュを消しておく
cd /opt/gitlab/embedded/service/gitlab-rails
rm -rf public/assets
export PATH=/opt/gitlab/embedded/bin:$PATH
bundle exec rake assets:precompile RAILS_ENV=production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment