Created
December 1, 2013 07:59
-
-
Save raimon49/7729698 to your computer and use it in GitHub Desktop.
tDiary 4.xをGitリポジトリで追いかけるためにXREAサーバにBundlerを入れる
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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