Skip to content

Instantly share code, notes, and snippets.

@nborwankar
Created April 15, 2011 00:32
Show Gist options
  • Save nborwankar/920897 to your computer and use it in GitHub Desktop.
Save nborwankar/920897 to your computer and use it in GitHub Desktop.
curl -X PUT http://your:credentials@localhost:5984/profiles
curl -X POST -d '{"source":"http://couchcamp.couchone.com/profiles","target":"http://localhost:5984/profiles","continuous":true}' -H "Content-type: application/json" http://localhost:5984/_replicate
curl -X POST -d '{"target":"http://couchcamp.couchone.com/profiles","source":"http://localhost:5984/profiles","continuous":true}' -H "Content-type: application/json" http://localhost:5984/_replicate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment