From: MikeMannix Date: Mon, 27 Aug 2001 06:42:08 +0000 (+0000) Subject: none X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=c88a025d2aedbdfa3ca1de94a61f4b30ef6b2505 none --- diff --git a/TWiki/TWikiSystemRequirements.mdwn b/TWiki/TWikiSystemRequirements.mdwn index 5a83fd7..b2a1b3d 100644 --- a/TWiki/TWikiSystemRequirements.mdwn +++ b/TWiki/TWikiSystemRequirements.mdwn @@ -2,7 +2,48 @@ ### Platform -TWiki is written in Perl 5 and uses also some shell commands. The current implementation runs best on a Unix machine, but it is also possible on Microsoft Windows. RCS (for revision control) must be installed on the system. +TWiki is written in Perl 5 and also uses some shell commands. The current implementation runs best on a Unix machine, but it is also possible on Microsoft Windows. RCS (for revision control) must be installed on the system. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Required Environment by Platform
Package(s): Unix: Windows:
Perl 5.x 5.x
Non-standard Perl modules    
Optional Perl modules Net::SMTP (or sendmail) Net::SMTP
RCS 5.7 5.7
Other external programs ls, fgrep, egrep ?
Web server Apache ?
### Directory Structure @@ -16,11 +57,11 @@ TWiki is written in Perl 5 and uses also some shell commands. The current implem TWiki Perl scripts - twiki/bin/TWiki + twiki/lib/TWiki TWiki Perl modules - twiki/bin/TWiki/Plugins + twiki/lib/TWiki/Plugins Plugins modules @@ -37,8 +78,6 @@ TWiki is written in Perl 5 and uses also some shell commands. The current implem -**_Note:_** You could move the **twiki/bin/TWiki** library directory (including **Plugins** ) to **twiki/lib/TWiki**; the scripts look for a **"."** and **"../lib"** relative library path. - #### Files in twiki/bin @@ -114,6 +153,15 @@ TWiki is written in Perl 5 and uses also some shell commands. The current implem +
viewfile Script to view an file attachment
+ +#### Files in twiki/lib + + + + + + @@ -124,7 +172,7 @@ TWiki is written in Perl 5 and uses also some shell commands. The current implem
File: Used for:
TWiki.pm Main TWiki library
-#### Files in twiki/bin/TWiki +#### Files in twiki/lib/TWiki @@ -157,7 +205,7 @@ TWiki is written in Perl 5 and uses also some shell commands. The current implem
-#### Files in twiki/bin/TWiki/Plugins +#### Files in twiki/lib/TWiki/Plugins @@ -174,4 +222,4 @@ TWiki is written in Perl 5 and uses also some shell commands. The current implem
--- [[PeterThoeny]] - 03 Mar 2001
+-- [[MikeMannix]] - 26 Aug 2001