- Make sure you have Docker installed
- docker -v should return output
- Clone GIT repo
- cd into cloned repo
- Startup Couchbase container
- Make sure the following script you run is executable
- For v. 6.5 Beta run ./scripts/start-couchbase-65
- For v. 6.0.3 run ./scripts/start-couchbase-603
- Run docker-compose up -d
- after the containers are running, verify you have the following:
- run docker-compose ps
- should see 6 containers: api-java-27, api-java-30b, api-node-26, api-python-25, sdk-demo-nginx, web
- after the containers are running, verify you have the following:
- The demo should be running: go to http://localhost:80
- When finished run docker-compose down