https://github.com/blaugold/cbl_mobile_sync_auth
https://github.com/blaugold/cbl_mobile_sync_auth
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/blaugold/cbl_mobile_sync_auth
- Owner: blaugold
- Created: 2022-08-21T13:51:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T13:52:06.000Z (almost 4 years ago)
- Last Synced: 2025-02-02T16:23:46.525Z (over 1 year ago)
- Language: Dart
- Size: 142 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Get Couchbase Server and Sync Gateway up and running
1. Run `docker-compose up -d couchbase-server`.
2. Open `http://localhost:8091` in your browser.
3. Follow the instruction to setup up a new Couchbase Server cluster.
4. Under `Buckets` create a bucket called `sg`.
5. Under `Security` create a user called `sg` with password `password` and
`Application Access` to the `sg` bucket.
6. Under `Security` create a user called `sg-admin` with password `password` and
`Full Admin` access.
7. Run `docker-compose up -d sync-gateway`.
8. Run `./sg-config.sh create-db` to create a database in the Sync Gateway.