Skip to content

Instantly share code, notes, and snippets.

View allexiusw's full-sized avatar
:shipit:
Breaking things, moving fast & recovery quickly.

William Ventura allexiusw

:shipit:
Breaking things, moving fast & recovery quickly.
View GitHub Profile
@allexiusw
allexiusw / install_couch_sync_gateway.sh
Last active November 15, 2019 16:01
Install Couch Sync Gateway for Mobiles
#!/bin/bash
#services are exposed to Public IP, but for security you can use nginx as gateway.
#get the package of couch sync gateway
wget http://packages.couchbase.com/releases/couchbase-sync-gateway/2.6.0/couchbase-sync-gateway-community_2.6.0_x86_64.deb
#install the package
dpkg -i couchbase-sync-gateway-community_2.6.0_x86_64.deb