Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.41 KB

core-concepts.md

File metadata and controls

28 lines (20 loc) · 1.41 KB

Core concepts

Quick start

If you want to quickly spin up a Couchbase cluster, you can run the simple example that is in the root of this repo. Check out couchbase-cluster-simple example documentation for instructions.

How to use this repo

The general idea is to:

  1. Use the scripts in the install-couchbase-server and install-sync-gateway modules to create an AMI with Couchbase and Sync Gateway installed.

  2. Deploy the AMI across one or more Auto Scaling Groups (ASG) using the couchbase-cluster module.

  3. Configure each server in the ASGs to execute the run-couchbase-server and/or run-sync-gateway script during boot.

  4. (Optional): Deploy a load balancer in front of the ASGs using the load-balancer module.