26 lines
729 B
Text
26 lines
729 B
Text
|
|
=============================================================================
|
|
There is a script to install tDiary in a user directory.
|
|
This script should be run manually.
|
|
|
|
[Ruby 1.6.x]
|
|
|
|
# ruby %%EXAMPLESDIR%%/tdiaryinst.rb --user=User
|
|
or
|
|
% ruby %%EXAMPLESDIR%%/tdiaryinst.rb
|
|
|
|
[Ruby 1.8.x]
|
|
|
|
# %%EXAMPLESDIR%%/tdiary-FreeBSD.sh User
|
|
or
|
|
% %%EXAMPLESDIR%%/tdiary-FreeBSD.sh install
|
|
|
|
---
|
|
There is a document by English in the following directories.
|
|
See ...
|
|
%%EXAMPLESDIR%%/misc/i18n/
|
|
and
|
|
Explanation by English of a tDiary system can refer to the following page :
|
|
|
|
http://tdiary-users.sourceforge.jp/cgi-bin/wiki.cgi?FrontPage_en
|
|
=============================================================================
|