Skip to content

Commit 3854627

Browse files
docs: rename start_cluster.sh to start_db.sh (#825)
1 parent 811ec34 commit 3854627

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/getting-started/quickstart/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ For this quickstart, you can safely ignore and close any Codespaces notification
8181
1. Once your Codespace is loaded, run the following command in the terminal to start the EventStoreDB server:
8282

8383
```sh
84-
./start_cluster.sh
84+
./start_db.sh
8585
```
8686

8787
This is a custom script written for this quickstart to help start EventStoreDB in Docker.
@@ -94,22 +94,22 @@ For this quickstart, you can safely ignore and close any Codespaces notification
9494
URL to the EventStoreDB Admin UI 👉: https://XXXXXXXXX.XXX
9595
```
9696

97-
::::: details (Optional) Learn more about how to start EventStoreDB in Docker and the start_cluster.sh script
97+
::::: details (Optional) Learn more about how to start EventStoreDB in Docker and the start_db.sh script
9898

99-
#### Understanding How to Start EventStoreDB Server in Docker and How `start_cluster.sh` Works
99+
#### Understanding How to Start EventStoreDB Server in Docker and How `start_db.sh` Works
100100

101-
`start_cluster.sh` is a custom script written for the quickstart that will:
101+
`start_db.sh` is a custom script written for the quickstart that will:
102102
- Check if Docker is currently running locally
103103
- Pull the EventStoreDB server Docker container
104104
- Start the server in Docker
105105
- Print the EventStoreDB Admin UI URL in the terminal
106106

107107
To see how to start the EventStoreDB server in Docker, follow these steps
108108

109-
1. Run the following command to open `start_cluster.sh`:
109+
1. Run the following command to open `start_db.sh`:
110110

111111
```sh
112-
code ./start_cluster.sh
112+
code ./start_db.sh
113113
```
114114

115115
::: tip

0 commit comments

Comments
 (0)