Main.Side Bar (edit)?Pm Wikipmwiki.org |
Here are some quick instructions on how to download and install Pm Wiki 2.0. (There are separate instructions for upgrading.) See the Requirements page for software needed to run Pm Wiki. Improvements to these instructions would be greatly appreciated. Just report any problems you encounter to the pmwiki-users mailing list or the PmWiki Issue Tracking System. 1. Download the latest version of Pm Wiki from http://www.pmwiki.org/pub/pmwiki/ , or get the zip archive or tgz tarball directly. 2. Unpack the archive ( COPYING The GNU General Public License
local/ A directory for local configuration scripts
pmwiki.php Main Pm Wiki script
pub/ Directory of publicly accessible files
css/ Directory for generic .css files
skins/ Directory of layout templates
sample-config.php A sample configuration file
scripts/ Some scripts that extend the possibilities of Pm Wiki
wikilib.d/ Directory containing some default Pm Wiki files
cookbook/ A directory for recipes obtained from the Cookbook.
3. The Note: It's probably also a good idea to change the " pmwiki-x.y.z" directory name to be simply "pmwiki".
4. Open a web browser to the pmwiki.php script on the server (i.e., not the one on your local computer or accessed using a file://... URL). Pm Wiki will then analyze your system configuration and provide instructions (if needed) for creating the wiki.d/ directory which will be used to hold the pages created for your site. Usually there are two ways to achieve this: 4a. You can create the wiki.d/ directory manually, and then give it full write permissions (i.e., " chmod 777 wiki.d")
4b. On some systems you can let Pm Wiki create wiki.d/ by temporarily changing the permissions on the directory containing the pmwiki.php file to 2777. In Unix this is commonly done by changing to the directory containing pmwiki.php and executing the command
chmod 2777 .
(note the dot at the end). The chmod command also works in many FTP programs. Creating wiki.d/ in this manner will (1) make the directory writable so the web server can create the data directory it needs for the wiki files, (2) preserve group ownership of the directory so the installer account can manipulate the files created in this directory, and (3) make it more difficult for other accounts on the same server to access the files in wiki.d/.
5. After establishing directory permissions, try opening a browser to the pmwiki.php script again. If all is well, the wiki.d directory will have been created and you'll see the default home page. 6. Check out Initial Setup Tasks for other tasks you may want to perform to begin customizing your Pm Wiki installation. You might also want to peruse the Release Notes for further information. Notes
<< Categories | Pm Wiki.Documentation Index | Initial setup tasks >> |