/bookmarks

a self hosted replacement for social bookmarking services such as delicious and pinboard using node.js, couchdb, bootstrap, and lucene

Primary LanguageJavaScript

bookmarks

a self hosted replacement for social bookmarking services such as delicious and pinboard using node.js, coucdb, and bootstrap

setup

  1. install required software: node, npm, couchdb, couchdb-lucene
  2. npm install to install all modules in package.json
  3. edit schema/search.js and schema/views.js to configure your couchdb location and auth then run them to instantiate the database
  4. edit app.js to configure your couchdb location and auth