vote up 1 vote down star
1

Is there a simple Wiki that doesn't use a database, but which uses syntax like MediaWiki? (eg. like Wikipedia)

I want to host it locally on my PC, but have it hosted as an HTTP webserver on a specified port.. so it can be accessed externally.

flag

This is not really programming related, and should be moved to superuser. – roe Aug 16 at 15:28
1  
What is your reasoning for not wanting a database? You can install MySQL quite easily on your local PC and use MediaWiki. – apathetic Aug 16 at 16:40

migrated from stackoverflow.com

2 Answers

vote up 2 vote down check

I personally use a WAMP/LAMP server that lets me host my own MediaWiki because it provides a MySQL Database.

But in regards to your question, you probably want to check: http://www.wikimatrix.org/ to find an install that uses files instead of a database. There are actually a lot.

link|flag
vote up 2 vote down

You could try DokuWiki. It is a flat file wiki that is targeted towards documentation storage. They also have a version that can be run from a USB key.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.