hrosenbauer / node-wiki

a wiki powered by nodejs and sqlite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-wiki

node-wiki is a free, open, simple wiki platform powered by Node.js and SQLite.

Getting Started

Installation

  1. Fire up a terminal
  2. Run git clone https://github.com/rebugger/node-wiki.git to clone the repository
  3. Change directory to the node-wiki folder
  4. Run npm install to install the node dependencies
  5. To start node-wiki, run node index.js
  6. Visit http://localhost:8080/ in your web browser

About

a wiki powered by nodejs and sqlite

License:MIT License


Languages

Language:CSS 80.0%Language:JavaScript 20.0%