User:Jrburke

From MozillaWiki
Jump to: navigation, search

Scratch pad

  • Use HTTP web server in front of Couch.
    • Configure it for reverse proxy. See | OSX reverse proxy settings as a base, but note the Deny from All, that would need to change.
    • Assumes raindrop files are installed in a raindrop folder relative to the DocumentRoot for the server.
    • Install SSL cert.
  • Install Couch
    • Edit local.ini for the file, add an admin user to the [admins] area.
    • Send couch commands to create a "raindrop" and "raindrop-metrics" db, using the admin credentials:
   curl -X PUT http://adminname:password@127.0.0.1:5984/raindrop
   curl -X PUT http://adminname:password@127.0.0.1:5984/raindrop-metrics
    • run-raindrop.py to install the rest of the raindrop files.