Changeset 13799 for trunk/core/data/System/InstallationGuide.txt
- Timestamp:
- 01/24/12 04:43:23 (4 months ago)
- File:
-
- 1 edited
-
trunk/core/data/System/InstallationGuide.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/data/System/InstallationGuide.txt
r13151 r13799 14 14 If you need help, feel free to ask a question in the Foswiki:Support web or on Foswiki:Community.InternetRelayChat (irc.freenode.net, channel #foswiki). 15 15 16 This guide assumes the person installing Foswiki has a basic knowledge of server administration on the system on which Foswiki is to be installed, as described at Foswiki:System.AdminSkillsAssumptions. 17 16 18 ---++ Before Installing Foswiki 17 19 18 This guide assumes the person installing Foswiki has a basic knowledge of server administration on the system on which Foswiki is to be installed, as described at Foswiki:System.AdminSkillsAssumptions. 19 20 Please see the [[Foswiki:System.SystemRequirements][Foswiki system requirements]] for the server and client requirements to run Foswiki, including the Perl modules required on the server. If you need to install any Perl libraries from CPAN for use by Foswiki, see Foswiki:Support.HowToInstallCpanModules for more information. 20 Please see the [[#SystemRequirements][System Requirements]] (below) for server and client requirements to run Foswiki, including the Perl modules required on the server. If you need to install any Perl libraries from CPAN for use by Foswiki, see Foswiki:Support.HowToInstallCpanModules for more information. 21 21 22 22 ---++ 5-Minute Install … … 41 41 If you do not have shell access to your web server host, see the section "[[#UploadingFoswikiDistribution][Uploading the Foswiki distribution to your web server host]]". 42 42 43 ---+++ Step 2: Set the file and directory permissions for the installation 44 45 _NOTE: You can skip this step if you are on Windows._ 46 <div class="foswikiHelp"> Shouldn't this also talk about changing file 47 ownership. =chown -R . www:www= or =apache:apache= or =wwwdata:wwwdata= 48 depending upon your distribution? </div> 43 ---+++ Step 2: Set the file and directory ownership and permissions for the installation 44 45 _Note: You can skip this step on Windows_ 46 47 File ownership depends upon the operating system and distribution. 48 49 | RedHat, Fedora, CentOS, Gentoo, Mandriva | =chown -R apache:apache path/to/foswiki= | 50 | debian, Ubuntu, Kubuntu | =chown -R www-data:www-data /path/to/foswiki= | 51 | Suse | =chown -R wwwrun:www /path/to/foswiki= | 49 52 50 53 The default file and directory access permissions as set by the distribution define a reasonable security level that will work for many types of installations, including shared hosting. Nonetheless, you should verify that the web server user has read access to all files and directories beneath the =foswiki= directory, and execute access for all directories. Also verify that the =data= and =pub= directories and all the subdirectories and files beneath them allow write access for the web server user. … … 242 245 If a plugin exists both in a TWiki version and a Foswiki version, it is strongly recommended that you use the Foswiki version, as this is coded to work optimally with Foswiki. As part of the Foswiki project, the Foswiki community is evaluating all of the extensions that are available for TWiki, and porting them over to the Foswiki name space. Many of them are being enhanced through the removal of bugs and security vulnerabilities, resulting in better, more functional extensions for Foswiki. 243 246 247 #SystemRequirements 248 ---++ System Requirements 249 %INCLUDE{"SystemRequirements"}% 250 244 251 *Related Topics:* [[InstallationGuidePart2]], [[AdminDocumentationCategory]], Foswiki:Support.SupplementalDocuments 245 252
Note: See TracChangeset
for help on using the changeset viewer.
