Welcome, Registration, and other StartingPoints; TWiki history & Wiki style; All the docs...
View   r26  >  r25  >  r24  >  r23  >  r22  >  r21  ...
TWikiSystemRequirements 26 - 25 Jan 2003 - Main.PeterThoeny
Line: 1 to 1
 

TWiki System Requirements

Line: 13 to 13
 
Required Server Environment
Resource Unix Windows*
Changed:
<
<
Perl 5.005_03 or higher (5.6.1 recommended)
>
>
Perl 5.005_03 or higher (5.6.1 recommended,
5.8.0 not recommended yet, see TWiki:Codev.UsingPerl58OnRedHat8)
 
Non-standard Perl modules Net::SMTP (or sendmail) Net::SMTP, MIME::Base64, Digest::SHA1
Changed:
<
<
RCS 5.7 or higher (including GNU diff)
Optional, but the all-Perl replacement is not currently recommended for live sites - see TWiki:Codev/RcsLite.
GNU diff GNU diff 2.7 or higher is required when TWiki's uses RCS binaries.
Install on PATH if not included with RCS (check version with diff -v)
>
>
RCS 5.7 or higher (including GNU diff)
Optional, but the all-Perl RCS replacement is not currently recommended for live sites - see TWiki:Codev.RcsLite.
GNU diff GNU diff 2.7 or higher is required when not using the all-Perl RcsLite.
Install on PATH if not included with RCS (check version with diff -v)
 
Other external programs ls, fgrep, egrep
Cron/scheduler cron cron equivalents
Changed:
<
<
Web server Apache is well supported; for other servers, CGI support, authentication, extended path required
>
>
Web server Apache 1.3 is well supported; Apache 2.0 is not recommended yet (see TWiki:Support.FailedAuthenticationWithApache2OnWinNT).
For other servers, CGI support, authentication, extended path required
 
Changed:
<
<
ALERT! * Current documentation mainly covers Linux and Apache installations. See WindowsInstallCookbook? for a Windows installation guide.
>
>
ALERT! * Current documentation mainly covers Linux and Apache installations. See TWiki:Codev.WindowsInstallCookbook for a Windows installation guide. See TWiki:Codev.TWikiOn for help with installation on various platforms including Unix, MacOS X, Apache mod_perl, web hosts, etc.
 

Client Requirements

Line: 38 to 38
 

Known Issues

Changed:
<
<
  • The new 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.
>
>
  • 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.
 
    • HELP Plugins included in the TWiki distribution do not add requirements.

-- MikeMannix? - 12 Jan 2002


TWikiSystemRequirements 25 - 16 Jan 2003 - Main.PeterThoeny
Line: 1 to 1
 

TWiki System Requirements

Changed:
<
<
Server and client requirements for TWiki 01-Dec-2001
>
>
Server and client requirements for TWiki 01-Feb-2003 (pending release)
 Low client and server requirements are core features that keep TWiki widely deployable, particularly across a range of browser platforms and versions.
Line: 13 to 13
 
Required Server Environment
Resource Unix Windows*
Changed:
<
<
Perl 5.005_03 or higher
>
>
Perl 5.005_03 or higher (5.6.1 recommended)
 
Non-standard Perl modules Net::SMTP (or sendmail) Net::SMTP, MIME::Base64, Digest::SHA1
Changed:
<
<
RCS 5.7 or higher
>
>
RCS 5.7 or higher (including GNU diff)
Optional, but the all-Perl replacement is not currently recommended for live sites - see TWiki:Codev/RcsLite.
GNU diff GNU diff 2.7 or higher is required when TWiki's uses RCS binaries.
Install on PATH if not included with RCS (check version with diff -v)
 
Other external programs ls, fgrep, egrep
Changed:
<
<
Web server Apache; others (with CGI support, authentication, extended path)
>
>
Cron/scheduler cron cron equivalents
Web server Apache is well supported; for other servers, CGI support, authentication, extended path required
 
Changed:
<
<
ALERT! * Current documentation covers Linux/Apache only. See TWiki:Codev/TWikiOnWindows for work-to-date on a Windows installation guide.
>
>
ALERT! * Current documentation mainly covers Linux and Apache installations. See WindowsInstallCookbook? for a Windows installation guide.
 

Client Requirements

Line: 40 to 42
 
    • HELP Plugins included in the TWiki distribution do not add requirements.

-- MikeMannix? - 12 Jan 2002

Added:
>
>
META TOPICMOVED by="PeterThoeny" date="1042701667" from="TWiki.TWikiImplementationNotes" to="TWiki.TWikiSystemRequirements"

TWikiSystemRequirements 24 - 13 Jan 2002 - Main.MikeMannix
Line: 1 to 1
 

TWiki System Requirements

Changed:
<
<
Server and client system requirements for TWiki 01-Dec-2001
>
>
Server and client requirements for TWiki 01-Dec-2001
 
Changed:
<
<

Overview

Maintaining minimum client and server requirements is necessary to keep TWiki deployment as broad as possible.

>
>
Low client and server requirements are core features that keep TWiki widely deployable, particularly across a range of browser platforms and versions.
 

Server Requirements

Changed:
<
<
TWiki is written in Perl 5, uses a number of shell commands, and requires 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:
>
>
TWiki is written in Perl 5, uses a number of shell commands, and requires 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.
 
Required Server Environment
Changed:
<
<
Resource Unix Windows
>
>
Resource Unix Windows*
 
Perl 5.005_03 or higher
Changed:
<
<
Non standard Perl modules Net::SMTP (or sendmail) Net::SMTP, MIME::Base64, Digest::SHA1
>
>
Non-standard Perl modules Net::SMTP (or sendmail) Net::SMTP, MIME::Base64, Digest::SHA1
 
RCS 5.7 or higher
Other external programs ls, fgrep, egrep
Changed:
<
<
Web server Apache; others (with support for CGI, authentication, extended path) *
>
>
Web server Apache; others (with CGI support, authentication, extended path)
 
Changed:
<
<
Current documentation covers Linux only. A TWikiOnWindows installation guide is next.
>
>
ALERT! * Current documentation covers Linux/Apache only. See TWiki:Codev/TWikiOnWindows for work-to-date on a Windows installation guide.
 
Added:
>
>
 

Client Requirements

The TWiki standard installation has extremely low browser requirements:

Line: 33 to 32
 
  • no cookies
  • no CSS
Changed:
<
<
You can easily add capabilities, through customizing the templates, for one, while tailoring the browser requirements to your situation.
>
>
You can easily add functionality, by customizing TWikiTemplates, for one, while tailoring the browser requirements to your situation.
 

Known Issues

Changed:
<
<
  • The new TWikiPlugins feature currently does not have compatibility guidelines for developers. Plugins can require just about anything: browser-specific functions, stylesheets (CSS), DHTML, Java applets, cookies.
>
>
  • The new 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.
    • HELP Plugins included in the TWiki distribution do not add requirements.
 
Changed:
<
<
-- MikeMannix? - 08 Jan 2002
>
>
-- MikeMannix? - 12 Jan 2002

TWikiSystemRequirements 23 - 09 Jan 2002 - Main.MikeMannix
Line: 1 to 1
 

TWiki System Requirements

Changed:
<
<
Server and client system requirements for TWiki 01-Sep-2001
>
>
Server and client system requirements for TWiki 01-Dec-2001
 

Overview

Line: 39 to 39
 
  • The new TWikiPlugins feature currently does not have compatibility guidelines for developers. Plugins can require just about anything: browser-specific functions, stylesheets (CSS), DHTML, Java applets, cookies.
Changed:
<
<
-- MikeMannix? - 15 Sep 2001
>
>
-- MikeMannix? - 08 Jan 2002

TWikiSystemRequirements 22 - 15 Sep 2001 - Main.MikeMannix
Line: 1 to 1
Deleted:
<
<

<-- template: messages.nat.tmpl -->
Warning: Can't find topic TWiki.UtilTempDocNote
 

TWiki System Requirements

Changed:
<
<
Server and client system requirements of TWiki 01-Sep-2001
>
>
Server and client system requirements for TWiki 01-Sep-2001
 

Overview

Maintaining minimum client and server requirements is necessary to keep TWiki deployment as broad as possible.

Changed:
<
<

Server-Side Requirements

>
>

Server Requirements

 
Changed:
<
<
TWiki is written in Perl 5 and uses a number of shell commands. It requires GNU RCS (Revision Control System) to be installed on the same system. TWiki is developed in a standard Linux/Apache environment. It can also work with Microsoft Windows and other platforms.
>
>
TWiki is written in Perl 5, uses a number of shell commands, and requires 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:
 
Required Server Environment
Resource Unix Windows
Line: 23 to 21
 
Other external programs ls, fgrep, egrep
Web server Apache; others (with support for CGI, authentication, extended path) *
Changed:
<
<
Current documentation covers Linux only. Compiling a basic TWikiOnWindows installation guide is an ongoing effort.
>
>
Current documentation covers Linux only. A TWikiOnWindows installation guide is next.
 
Changed:
<
<

Client-Side Requirements

>
>

Client Requirements

 
Changed:
<
<
The TWiki standard installation has extremely low browser requirements:
>
>
The TWiki standard installation has extremely low browser requirements:
 
  • HTML 3.2 compliant
Added:
>
>
  • generates XHTML 1.0 pages that are compatible with HTML 3.2
 
  • minimal use of JavaScript in the user interface (degrades gracefully)
  • no cookies
  • no CSS
Changed:
<
<
TWiki generates XHTML 1.0 code as long as it is compatible with HTML 3.2.
>
>
You can easily add capabilities, through customizing the templates, for one, while tailoring the browser requirements to your situation.
 

Known Issues

Changed:
<
<
  • The new TWikiPlugins feature currently does not have any compatibility guidelines for developers. Plugins can require just about anything: browser-specific functions, stylesheets (CSS), Java, cookies, etc.
>
>
  • The new TWikiPlugins feature currently does not have compatibility guidelines for developers. Plugins can require just about anything: browser-specific functions, stylesheets (CSS), DHTML, Java applets, cookies.
 
Changed:
<
<
-- MikeMannix? - 29 Aug 2001
>
>
-- MikeMannix? - 15 Sep 2001

Revision 26r26 - 25 Jan 2003 - 07:17:55 - PeterThoeny?
Revision 25r25 - 16 Jan 2003 - 07:23:00 - PeterThoeny?
Revision 24r24 - 13 Jan 2002 - 00:31:41 - MikeMannix?
Revision 23r23 - 09 Jan 2002 - 04:17:33 - MikeMannix?
Revision 22r22 - 15 Sep 2001 - 08:56:29 - MikeMannix?
Revision 21r21 - 14 Sep 2001 - 06:49:33 - PeterThoeny?
This site is powered by the TWiki collaboration platform.
All material on this collaboration platform is the property of the contributing authors.
All material marked as authored by Eben Moglen is available under the license terms CC-BY-SA version 4.
Syndicate this site RSSATOM