Setup Couchbase Server and Sync Gateway on Ubuntu
To start using Couchbase solution as data store for your mobile application you need to setup up couple of things. This stack is named Couchbase Mobile and consist of three components: * Couchbase Lite (Embedded NoSQL database) * Couchbase Sync Gateway (Server component to synchronize data between the device and server) * Couchbase Server (NoSQL database server) Download the above components from here. Going forward we are going to setup the two server components from the above list o » Read more