Page 1 of 1

PmWiki [self-contained server software]

Posted: Mon Oct 30, 2006 10:44 pm
by marcoc
From the site http://www.pmwiki.org/
PmWiki is a wiki-based system for collaborative creation and maintenance of websites.

PmWiki pages look and act like normal web pages, except they have an "Edit" link that makes it easy to modify existing pages and add new pages into the website, using basic editing rules. You do not need to know or use any HTML or CSS. Page editing can be left open to the public or restricted to small groups of authors.
This CMS does not make use of a database since it relies on plain files.
It is also possible to let the wiki run without a preexisting webserver installation, as stated in http://www.pmwiki.org/wiki/Cookbook/Standalone : a minimal webserver written in PHP is available, which can do the job.
Since the server itself uses relative path names and does not need installation, IMHO the whole wiki (server+content) is portable.
The few Megabytes needed to let the Wiki run helps in making it portable too.

I unpacked the wiki pages and the server files into a couple of folders, I did the few required setup steps and... a double click.

Hope you will like it.

Posted: Thu Nov 09, 2006 10:05 pm
by Andrew Lee
I agree with PmWiki is portable.

But strictly speaking, PmWiki is a PHP app. If I add it to the database, potentially I will have to add the hundreds and thousands of PHP apps listed under Freshmeat to the database by pairing them with any of the portable LAMP app servers! :D

Re: PmWiki

Posted: Sat Jan 09, 2021 9:30 pm
by webfork
Update: Looks like this project remains active, with the latest release about 1.5 yrs ago (2019-09-10)and has a note right at the top suggesting it can be run in a "standalone" mode, without needing a webserver such as Apache.

Detailed changelog:
https://www.pmwiki.org/wiki/PmWiki/ReleaseNotes

--- EDIT after some additional testing ---

Looks like a solid local wiki ala Wikipedia. Very nice.

Standalone instructions: https://www.pmwiki.org/wiki/Cookbook/Standalone

(NOTE: make sure you point the local address to http:// not https://)

Status: Portable, writes settings to: Local folder under \wiki.d\

Softpedia mirror: https://www.softpedia.com/get/Internet/ ... n-related/

Screenshot:
Image

Re: PmWiki [self-contained server software]

Posted: Sun Mar 14, 2021 7:08 am
by Midas
Topic moved to "Resources & Links".

BTW, portable users are advised to not overlook PmWiki's "Wiki On A Stick" page (www.pmwiki.org/wiki/Cookbook/WikiOnAStick), which gives some pretty good tutorials for running PmWiki with several different portable webservers (XAMPP, Abyss, USBWebServer) other than PHPServer mentioned in the "Standalone" page.