Skip to content

Commit

Permalink
feat(docs): Update docs to setup using docker-compose
Browse files Browse the repository at this point in the history
Signed-off-by: Ritesh Rai <[email protected]>
  • Loading branch information
ritesh089 committed Jul 11, 2024
1 parent bcd0cd5 commit f467e5e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ Prerequisites:

- [wash 0.29](https://wasmcloud.com/docs/installation) or later
- A built couchbase capability provider, see [#build](#build)
- Couchbase server setup using the docker-compose in the repo and just run `docker-compose up -d` to start a Couchbase server with the required setup.
.Alternatively, you can use [Quick Install](https://docs.couchbase.com/server/current/getting-started/do-a-quick-install.html) guide with a bucket named **test** created
- Setup Couchbase server with the required configuration for testing using docker-compose.yaml in the repo.
```
docker-compose up -d
```
Alternatively, you can use [Quick Install](https://docs.couchbase.com/server/current/getting-started/do-a-quick-install.html) guide with a bucket named **test** created.


```shell
Expand Down

0 comments on commit f467e5e

Please sign in to comment.