Jrburke

Joined 22 October 2009
Revision as of 21:25, 21 January 2010 by Jrburke (talk | contribs) (Created page with '=Scratch pad= * Use HTTP web server in front of Couch. ** Configure it for reverse proxy. See [http://trac.mozillamessaging.com/raindrop/wiki/ConfiguringApacheOsxDev | OSX rever…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.