1

I am trying to connect sync gateway to the couchbase server.

By following the below Link , but the problem is I am getting the error when run the command:

$ ./sync_gateway config.json as shown the screenshot attach below:

enter image description here

Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189
Pallavi Nikumbh
  • 298
  • 4
  • 19

1 Answers1

5

You are in wrong directory change the directory to the installation location.

cd /opt/couchbase-sync-gateway/bin

then run following command.

./sync_gateway

for more information visit to link

Prashant Patil
  • 371
  • 2
  • 13