What is “sync_gateway” Package?

Make Couchbase Server a replication endpoint for Couchbase Lite
For more details: http://docs.couchbase.com/sync-gateway

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install sync_gateway.
    brew install sync_gateway

Now, use sync_gateway!