Search code examples
mediawikifileshare

how to share a wiki


We have created a manual library (MediaWiki) for a system that we have, and we like to expose it to one of the customers. I googled for a while and found many filesharing sites, but I don't know if that is a good idea, as it won't look "nice". We like to make it something like wikipedia. So what options do we have?

any help is more than appreciated...


Solution

  • The question is not really clear.

    If you want to share the information as it is with the customer. Install MediaWiki on the customer servers. Then, periodically dump your information and push it into the Cusomer's MediaWiki server. MediaWiki back-end is usually a MySQL server, you can easily export that data. This way you can only expose the documentation to the client once you have stable copy.