> On Aug 19, 2014, at 3:51 AM, Sherry Ummen <[email protected]> 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/BD02D1C1-37C9-4C48-8F89-4DB968E31759%40mooseyard.com. For more options, visit https://groups.google.com/d/optout.
