_ [vdr] tDiary 4.0.0

tDiaryのインストール (CGI環境) にある通り、

% git clone git://github.com/tdiary/tdiary-core.git core
% cd core
% pushd tdiary
% ln -sf ../misc/style/emptdiary/emptdiary_style.rb
% popd
% bundle install --path vendor/bundle --without coffee:memcached:redis:gfm:server:development:test

でインストール。ただ、Wheezy の bundler は 1.1.4-6 と古いので、sid から

  • ruby-thor 0.18.1-1
  • ruby-net-http-persistent 2.8-1
  • bundler 1.3.5-2

を借りてきた。