
Foswiki System RequirementsLow client and server base requirements are core features that keep Foswiki widely deployable, particularly across a range of browser platforms and versions. Many extensions exist which enhance and expand Foswiki's capabilities; they may have additional requirements.Server RequirementsFoswiki is written in Perl 5, which is supported on Microsoft Windows as well as Unix and Unix-like systems (including Linux and OSX), on which it uses a number of shell commands and RCS (Revision Control System), a GNU Free Software package. It should be able to run on any server platform that meets the following requirements.
Perl ModulesA complete list of the required and optional Perl modules can be found inlib/DEPENDENCIES.
The following CPAN modules are not shipped with Foswiki. Note that Foswiki extensions may add additional requirements.
Modules marked as Required may still be optional if certain default core features are not used.
configure script, or if you're still trying to get to that point, check from the command line like this:
perl -e 'use FileHandle; print $FileHandle::VERSION."\n"'For more detailed dependency information, try the script dependencies_installer.pl located in the tools directory, which makes perl module installation easier. Run it with option -h to understand basics. This script requires confirmation before it actually does something.
Specific distribution detailsUbuntu and other Debian derived distributions
Install apache and rcs apt-get install apache2 rcs
RedHat, SuSE, CentOS and other RPM based distributions
Install apache2, rcs, and perl-CPAN
Client RequirementsThe standard installation has relatively low browser requirements:
Related Topics: AdminDocumentationCategory <-- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.