This package has been deprecated

Author message:

This package is no longer maintained

wiki-storage-couchdb

0.0.4 • Public • Published

Wiki Storage CouchDB Build Status

An experimental module to provide CouchDB storage for an external module for Federated Wiki, rather than being built into the core.

The motivation for this is that not everybody is using CouchDB for storage, also allows for the integration to be independently maintained.

Using CouchDB for Wiki Storage

The following steps will need to be followed:

  1. Take a copy of the fedwiki/wiki-node repository. Either create a fork on the GitHub site, or clone a copy either locally or to where you wish to install Federated Wiki.

  2. In your copy, edit package.json to add the following line to the dependencies:

    "wiki-storage-couchdb": "*",
  1. If you are using git for deployment, commit this change to git.

  2. Install your modified version of Federated Wiki, either:

  • running npm install 'your-github-id'/wiki-node, if you are using github for deployment, or

  • if you modified package.json inplace by running npm install from within the modified directory. See npm-install for more ideas.

  1. When starting Federated Wiki you will need to tell it to use CouchDB. This is done by adding the following configuration setting
--database '{"type": "couchdb", "name": "otherpages", "host": '127.0.0.1', "port": ...}'

Developer Notes

To run the tests for wiki-storage-couchdb install (dev) dependencies with $ npm install then run the tests with node_modules/.bin/mocha test

Readme

Keywords

none

Package Sidebar

Install

npm i wiki-storage-couchdb

Weekly Downloads

5

Version

0.0.4

License

none

Last publish

Collaborators

  • nrn
  • paul90
  • ward