Skip to content

Instantly share code, notes, and snippets.

@raimon49
Created December 1, 2013 07:59
Show Gist options
  • Save raimon49/7729698 to your computer and use it in GitHub Desktop.
Save raimon49/7729698 to your computer and use it in GitHub Desktop.
tDiary 4.xをGitリポジトリで追いかけるためにXREAサーバにBundlerを入れる
# RubyGemsのインストール
$ cd ~/misc
$ wget http://production.cf.rubygems.org/rubygems/rubygems-2.1.7.tgz
$ tar zxf rubygems-2.1.7.tgz
$ cd rubygems-2.1.7
$ ~/ruby-2.0.0-p247/bin/ruby setup.rb --prefix=$HOME/rubygems
# gemコマンドも~/ruby-2.0.0-p247/binに入るのでPATHを通しておくと良い
# BundlerのインストールとtDiary依存ライブラリのインストール
$ gem install bundler
$ cd /path/to/installed-tdiary-dir
$ git rebase v4.0.1
$ bundle install --without coffee:memcached:redis:gfm:server:development:test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment