Skip to content

Instantly share code, notes, and snippets.

@abdullah353
Created September 7, 2014 17:07
Show Gist options
  • Save abdullah353/7ce017635ee75da743fd to your computer and use it in GitHub Desktop.
Save abdullah353/7ce017635ee75da743fd to your computer and use it in GitHub Desktop.
Couchdb Replicate Design Document Only by using curl
curl -X POST -H "Content-Type:application/json" -d '{"target":"http://youruser:yourpassword@yourserver/tangerine","source":"http://youruser:yourpassword@yourserver/tangerine","doc_ids": ["_design/tangerine"]}' http://youruser:yourpassword@yourserver/_replicate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment