Ok Thanks Jens Can you also tell whether there is some windows desktop application which can open .cblite file? Something like CouuchbaseLite viewer for MacOs?
On Tuesday, 19 August 2014 21:39:00 UTC+5:30, Jens Alfke wrote: > > > On Aug 19, 2014, at 3:51 AM, Sherry Ummen <[email protected] > <javascript:>> wrote: > > Can anyone of you suggest a guide to setup the sync gateway and try to do > a minimal syncing? > > > You can kick the tires of Sync Gateway by downloading it and just running > "./sync_gateway" with no arguments. This will start up a little in-memory > database and serve it at http://localhost:4985/sync_gateway/ . > > Then you can build a minimal Couchbase Lite demo app like Grocery Sync, > set the remote db URL to the above, and try it out. > > (The more complex demo apps require a sync function to be configured in > the gateway; these apps should come with a JSON file for configuring the > gateway. You can set up the gateway for these by editing the config file > and changing the "server": definition to > "server": "walrus:", > (to make it use the simple in-memory db instead of Couchbase Server) and > then starting sync_gateway with the config file as the argument. > > —Jens > -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/417ff95e-f9da-435c-98f4-d60c7a0bac14%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
