Project Description
Wiki web site based on NoSQL MongoDB, ASP.NET and WikiPlex.
Updated for VS 2010.
Installation
- Download appropriate MongoDB archive from http://www.mongodb.org/
- Create folder C:\data\db and extract MongoDB archive there
- Run C:\data\db\bin\mongod.exe
- Deploy zzzWiki.Web.UI to your localhost
MongoDB (from "humongous") is a scalable, high-performance, open source, document-oriented database.
WikiPlex is a regular expression based wiki engine that allows developers to integrate a wiki experience into an existing .NET application seamlessly and with little effort. Built and used by the CodePlex team, WikiPlex has been thoroughly tested in real-world scenarios.