Recent Changes - Search:
Cookbook


FAQ How to


hide

Topics


show

Changed

Visitor's book Site map pmwiki-2.2.17

Install On Windows Home Server

Summary: Install PmWiki on Windows Home Server and IIS6
Version: 2009-12-20
Prerequisites: See below
Status: Living document
Maintainer: skiwi

Questions answered by this recipe

This section is optional; use it to indicate the types of questions (if any) this recipe is intended to answer.

Description

Hosting your PmWiki website on Windows Home Server.

Prerequisites

  • change WHS to have a fixed IP address
  • create shared folders on WHS for your website data
  • if your website is external
    • ensure your domain name is registered to your external static IP address
    • ensure your router is configured to forward traffic on port 80 to your WHS machine

Instructions

Use the Microsoft Web platform installer

Create a shared folders on WHS,

eg \\Home-server\home\mywebsite\
  • install or copy your PmWiki website to (say)
eg \\Home-server\home\mywebsite\public_html\pmwiki\

Note: physically this is a directory such as D:\shares\home\mywebsite\.

IIS configuration

Configure IIS according to Cookbook:InstallOnIIS

  • ensure that on the HomeDirectory tab execute permissions are set to scripts and executables

File Permissions

Ensure the "Internet Guest Account" (IUSR_SERVERNAME) permissions are set for the folder in which your pmwiki.php or index.php resides. The defaults values of "Read & Execute, List Contents, Read" are sufficient.

For the folder wiki.d add to the "Internet Guest Account" (IUSR_SERVERNAME) permissions "Modify, Write".

If you wish to enable uploads add the "Internet Guest Account" (IUSR_SERVERNAME) permissions "Modify, Write" to the folder uploads.

Notes

If you copied your PmWiki site from elsewhere you may have to delete the .flock file in the wiki.d directory.

Release notes

If the recipe has multiple releases, then release notes can be placed here. Note that it's often easier for people to work with "release dates" instead of "version numbers".

See also

Contributors

Comments

This space is for User-contributed commentary and notes. Please include your name and a date (eg 2007-05-19) along with your comment. Optional alternative: create a new page with a name like "ThisRecipe-Talk" (e.g. PmCalendar-Talk).

Page last modified on 2010 May 20 21:28

Edit - History - Recent Changes - WikiHelp - Search