diff options
author | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2006-01-10 18:23:09 +0000 |
---|---|---|
committer | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2006-01-10 18:23:09 +0000 |
commit | c5df6a0a35b486a01f595ad0fdb1f9e2157aa300 (patch) | |
tree | 12e71d26f2aadee8126ebcec7157fe85a40e84ff /docs | |
parent | 353c3737cbf614a859b4cdf51ee53bb9fbfa3ffe (diff) | |
download | pmwiki.svn-c5df6a0a35b486a01f595ad0fdb1f9e2157aa300.tar.bz2 |
Added sample INSTALL.txt.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@1108 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.txt | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt new file mode 100644 index 00000000..fb63ca87 --- /dev/null +++ b/docs/INSTALL.txt @@ -0,0 +1,39 @@ +This is the INSTALL.txt file for PmWiki. This document provides +convenient steps so an administrator can have a PmWiki site up and +running quickly. More extensive information about installing PmWiki +is available at http://www.pmwiki.org/wiki/PmWiki/Installation . + +Once your site is up and running you will be able to read the bundled +documentation pages. + +Here are some quick steps to start you on your path toward a complete, +customized installation: + +1a) Put the software in a location accessible by your webserver. + +1b) PmWiki can also be run if no webserver is installed. See + http://pmwiki.org/wiki/Cookbook/Standalone + +2) Point your browser to pmwiki.php. + +3) You may see an error message saying that PmWiki needs to have + a writable wiki.d/ directory. If so, follow the directions to + establish one. This directory will hold your wiki page files. + +4) If you want a directory index file, create a file called index.php + in the main directory that contains the following single line of + text, purposefully without a closing "?>": + +<?php include('pmwiki.php'); + +5) Sitewide configuration settings will go in a "local configuration + file" named local/config.php. Copy the well-commented sample + configuration file from docs/sample-config.php to the local/ + subdirectory, then rename the copy to config.php. Edit your + new local/config.php file to suit your preferences. + +That's it. Next you'll probably want to browse your new site and +read the bundled documentation. A good place to start is the +PmWiki.InitialSetupTasks page. + +Enjoy! |