tDialyのインストール

下の3つのパッケージをinstall

 # apt-get install tdiary
 # apt-get install tdiary-plugin
 # apt-get install tdiary-theme

あとapacheのconf.dディレクトリに以下の内容のファイルを格納。

 $ less /etc/apache/conf.d/tdiary.conf 
 <Directory /home/*/public_html/diary>
    AllowOverride FileInfo AuthConfig Limit Options Indexes
 </Directory>

で最後にapacheの再起動。これで完了。

#/etc/init.d/apache reload