up vote 2 down vote favorite
1
share [g+] share [fb]

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.

link|improve this question

This is not really programming related, and should be moved to superuser. – roe Aug 16 '09 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 '09 at 16:40
feedback

migrated from stackoverflow.com Aug 17 '09 at 4:03

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 3 down vote accepted

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|improve this answer
feedback

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|improve this answer
feedback

Your Answer

 
or
required, but never shown

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