0.0.4 • Published 9 years ago

wiki-storage-couchdb v0.0.4

Weekly downloads
21
License
-
Repository
github
Last release
9 years ago

Wiki Storage CouchDB

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 LevelDB. This is done by adding the following configuration setting
--database '{"type": "wiki-storage-couchdb", "url": "...", "options": {...}}'

Developer Notes

Should there be a need to modify this package, there is a test file test/couchdb.coffee that can be copied to the test directory of the wiki-node-server repository that you are developing with. A test CouchDB will be required, and configured in the test script.

N.B. the plugin page test requires a copy of the wiki-plugin-chart repository to be alongside the wiki-node-server repository.

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago