在另一个问题 许多用户推荐使用 FlexWiki 来记录网络文档。 FlexWiki.com 似乎已关闭。我可以从 sourceforge.net 下载最新的软件包,但找不到安装说明。
配置:带有 IIS 6 的 Win2k3。
提前致谢
答案1
这是来自谷歌搜索“Flexwiki QuickSetup”的“缓存”链接。谷歌表示,这是 2009 年 3 月 27 日缓存的。
PS:这里又有一个可以参考的地方:Winart.com.br 上的 Flexwiki。
以下是从 Google 缓存页面剪切粘贴的内容。抱歉格式有点乱。
你首先需要什么
* Windows Server 2003 (or XP)
o Running IIS
* The web-full-Release.zip from the sourceforge download page
脚步。
部署
* If this server is for the FlexWiki, do the following:
o Unzip the files into the webroot folder (c:\Inetpub\wwwroot by default)
* If you run more web applications (more wikis maybe)
o Unzip the files into a chosen folder
o In IIS manager, share this folder as a virtual directory ( more info )
稍后我们将把共享文件夹称为 fwfolder。
赋予权利
* If you want Anonymous read/write
o Make sure the IUSR_{computername} user can read fwfolder and can write the subfolders of fwfolder\WikiBases
* Advanced
o Take a look at fwfolder\Web.config file security settings section (about line 105-147)
现在,你已经准备好使用默认命名空间的 flexwiki 了,试试吧!(在 URL 中始终使用相同的域名,否则缓存会弄乱链接。例如,不要使用http://localhost/flexwiki, 只是http://myserver.com/flexwiki)。
配置命名空间
* Open the fwfolder\WikiBases\NamespaceMap.xml and edit the "DefaultNamespace" and the provider parameters
* rename the fwfolder\WikiBases subfolders respectively
* edit the _ContentBaseDefinition through the wiki engine, or at file level
答案2
如果你愿意接受其他选择,我已经使用了Wamp服务器并发现在 Windows(甚至桌面系统)上安装它相当容易。
它包括 Apache、MySQL 和 PHP。MySQL 现在归 Sun Microsystem 所有,因此您可能需要查看许可详细信息。