vote up 0 vote down star

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.


This is not really programming related, and should be moved to superuser. – roe Aug 16 at 15:28
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 to superuser.com by Stefano Borini, mipadi, ceejayoz, sth, John Saunders Aug 17 at 4:03

1 Answer

vote up 1 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

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