node-wiki is a free, open, simple wiki platform powered by Node.js and SQLite.
- Fire up a terminal
- Run
git clone https://github.com/rebugger/node-wiki.gitto clone the repository - Change directory to the node-wiki folder
- Run
npm installto install the node dependencies - To start node-wiki, run
node index.js - Visit http://localhost:8080/ in your web browser