1 rizwank 1.1 %META:TOPICINFO{author="PeterThoeny" date="1092632453" format="1.0" version="1.31"}%
2 %TOC%
3 %STARTINCLUDE%
4 ---# TWiki System Requirements
5
6 _Server and client requirements for TWiki 01-Sep-2004_
7
8 Low client and server requirements are core features that keep TWiki widely deployable, particularly across a range of browser platforms and versions.
9
10 ---++ Server Requirements
11
12 TWiki is written in Perl 5, uses a number of shell commands, and requires [[http://www.gnu.org/software/rcs/rcs.html][RCS (Revision Control System)]], a GNU Free Software package. TWiki is developed in a basic Linux/Apache environment. It also works with Microsoft Windows, and should have no problem on any other platform that meets the requirements.
13
14 | *Resource* | *Required Server Environment *<nop>* |
15 | Perl | 5.005_03 or higher (5.6.1 recommended, 5.8.x does work in most cases, but see TWiki:Codev.IssuesWithPerl5dot8) |
16 | Non-standard Perl modules | %BULLET% Unix: =Net::SMTP= (or =sendmail=) %BB% Windows: =Net::SMTP=, =MIME::Base64=, =Digest::SHA1= %BB% Internationalisation: =Unicode::MapUTF8= <font size="-1">(only for non-ISO-8859-1 sites using TWiki:Codev.EncodeURLsWithUTF8 with Perl 5.6 or lower)</font> |
17 | RCS | 5.7 or higher (including GNU =diff=) %BR% Optional, but the all-Perl RCS replacement is not currently recommended for live sites - see TWiki:Codev.RcsLite |
18 | GNU =diff= | GNU =diff= 2.7 or higher is required when not using the all-Perl <nop>RcsLite. %BR% Install on PATH if not included with RCS (check version with =diff -v=) %BR% Must be the version used by RCS, to avoid problems with binary attachments - RCS may have hard-coded path to =diff= |
19 | Other external programs | =fgrep, egrep= |
20 | Cron/scheduler | %BULLET% Unix: =cron= %BB% Windows: =cron= equivalents |
21 | Web server | Apache 1.3 is well supported; Apache 2.0 is *not* recommended yet (see TWiki:Codev.IssuesWithApache2dot0). %BR% For other servers, CGI support, authentication, extended path info required; also, the =register= script is likely to need significant changes |
22 rizwank 1.1
23 %X% *** _Current documentation mainly covers Linux and Apache installations. See WindowsInstallCookbook for a Windows installation guide. See TWiki:Codev.TWikiOn for help with installation on various platforms including Unix, <nop>MacOS X, Apache =mod_perl=, web hosts, etc._
24
25 #ClientRequirements
26 ---++ Client Requirements
27
28 The TWiki [[TWikiInstallationGuide][standard installation]] has extremely low browser requirements:
29
30 * HTML 3.2 compliant
31 * generates XHTML 1.0 pages that are compatible with HTML 3.2
32 * minimal use of <nop>JavaScript in the user interface (degrades gracefully)
33 * no cookies
34 * no CSS (if the ClassicSkin is used)
35
36 You can easily add functionality, by customizing TWikiTemplates, for one, while tailoring the browser requirements to your situation.
37
38 ---++ Known Issues
39
40 * The TWikiPlugins feature currently does not have compatibility guidelines for developers. Plugins can require just about anything - browser-specific functions, stylesheets (CSS), Java applets, cookies, specific Perl modules,... - check the individual Plugin specs.
41 * %H% Plugins included in the TWiki distribution do not add requirements.
42
43 rizwank 1.1 -- TWiki:Main.MikeMannix - 12 Jan 2002 %BR%
44 -- TWiki:Main.PeterThoeny - 15 Aug 2004
45
46 %META:TOPICMOVED{by="PeterThoeny" date="1042701667" from="TWiki.TWikiImplementationNotes" to="TWiki.TWikiSystemRequirements"}%
|