blob: 7641c845f302ec0607cfacdd735487cf29c583b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
=============================================================================
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
* Option: --suexec Use suExec for CGI execution
--help Display Help information
[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
=============================================================================
|