Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item9693: Colas chanes to SystemRequirements
  • Loading branch information
FoswikiBot committed May 23, 2015
1 parent 62ec3ef commit 49a9e60
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions core/data/System/SystemRequirements.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1430841963" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1432355029" format="1.1" version="1"}%
%META:TOPICPARENT{name="ReferenceManual"}%
---+ System Requirements

Expand Down Expand Up @@ -37,7 +37,7 @@ perl tools/dependencies

%TWISTY{ showlink="Show Debian / Ubuntu information" hidelink="Hide Debian details"}%

Install apache and rcs ==apt-get install apache2 rcs==
Install apache and rcs: ==apt-get install apache2 rcs==

%TABLE{sort="off"}%
| *Perl Module* | *Package to install* | *Notes* |
Expand All @@ -50,6 +50,7 @@ Install apache and rcs ==apt-get install apache2 rcs==
| Digest::SHA | =libdigest-sha-perl= | *First shipped in perl 5.9.3 |
| Encode | =libencode-perl= | |
| Error | =liberror-perl= | |
| FCGI | =libfcgi-perl= | Optional, needed for fastcgi / fcgi apache modules |
| File::Copy::Recursive | =libfile-copy-recursive-perl= | |
| HTML::Parser | =libhtml-parser-perl= | |
| HTML::Tree | =libhtml-tree-perl= | |
Expand All @@ -62,6 +63,8 @@ Install apache and rcs ==apt-get install apache2 rcs==
| URI | =liburi-perl= | |
| version | =libversion-perl= | First shipped perl 5.10.1, must be version 0.77 or newer |

Note: to install all the above: =apt-get install= %CALC{"$LISTJOIN($sp,$LIST(R2:C2..R100:C2))"}%

After expanding the Foswiki archive, change the ownership of the files:
* Debian, Ubuntu, Kubunto: =chown -R www-data:www-data /path/to/foswiki=

Expand Down

0 comments on commit 49a9e60

Please sign in to comment.