Continuing the discussion from sync_gateway with couchbase-server:
you need to create it.
@ldoguin i will create it but im using docker. so my docker have 2 containers 1 is couchbase server and another one is couchbase sync-gateway. so if i create config.json how can i execute sync-gateway config.json. im getting error like command not found found: sync-gateway
it depends on where you have installed the sync gateway in your docker image. Have you read the following documentatiom: https://github.com/couchbaselabs/couchbase-server-coreos
I followed this link But here synch gateway docker was installed like below command
$ docker run -d -p 4984:4984 -p 4985:4985 couchbase/sync-gateway http://git.io/vq25r
Here i used online json tool for Config.json file. So does that file will keep in synch gateway server under our docker containers directories?