ungdev / wiki

Simple Wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wiki

## Installation

### Install RethinkDB :

echo "deb http://download.rethinkdb.com/apt `lsb_release -cs` main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install rethinkdb

More on official docs

### Install Bower (as root) :

npm install -g bower

### Install dependencies :

npm install
cd public
bower install

## Edit configuration :

Copy the {wiki_dir}/config.json.example file to {wiki_dir}/config.json and edit it to match the server

## Launch

### Launch RethinkDB :

rethinkdb&

### Start webserver :

node app.js

About

Simple Wiki

License:MIT License


Languages

Language:JavaScript 93.3%Language:CSS 6.7%