4

I want to know if it is possible to use DesktopCouch without UbuntuOne, but with a local CouchDB Server. I found a pairing Tool, but this crashes, when I try to pair two computer.

I can find the local Desktop Couches with the Avahi Zeroconf Browser and it should be possible to find them with Python and start a replication

To make a long story short: I want to sync DesktopCouch Databases in my local network without Ubuntu One. Is that possible?

belacqua
  • 23,540
burli
  • 2,557

2 Answers2

2

Hm. This is precisely and absolutely what the desktopcouch pairing tool is for, so if it's crashing it sounds like you've found a bug. Can you file a bug about this issue, and we'll look into it?

sil
  • 4,282
0

Desktopcouch use couchdb as base then you que use couchdb replication

http://guide.couchdb.org/editions/1/en/replication.html

You can use futon ('web' interface)

http://guide.couchdb.org/editions/1/en/tour.html#replication

Your own futon address:

$HOME/.local/share/desktop-couch/couchdb.html

or

file:///home/{username}/.local/share/desktop-couch/couchdb.html

Source.

hg8
  • 13,582