File tree Expand file tree Collapse file tree
docs/getting-started/quickstart Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ For this quickstart, you can safely ignore and close any Codespaces notification
81811 . 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
9494URL 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
107107To 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
You can’t perform that action at this time.
0 commit comments