Skip to content

Commit 577bee2

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent d5c2f3f commit 577bee2

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

docs/scalardb-cluster/standalone-mode.mdx

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,36 @@ If you want to specify configurations other than the ones mentioned in the table
7979

8080
## Usage with Docker Compose
8181

82-
You can start ScalarDB Cluster in standalone mode on Docker Compose by using the `docs/standalone-mode/docker-compose.yaml` file. This file includes PostgreSQL as the backend database for ScalarDB Cluster.
82+
You can start ScalarDB Cluster in standalone mode on Docker Compose.
8383

84-
To start ScalarDB Cluster in standalone mode on Docker Compose, first go to the folder that contains the `docker-compose.yaml` file by running the following command:
84+
85+
:::note
86+
87+
You need to have a license key (trial license or commercial license) for ScalarDB Cluster. If you don't have a license key, please [contact us](https://www.scalar-labs.com/contact).
88+
89+
:::
90+
91+
First, clone the ScalarDB samples repository by running the following command:
8592

8693
```console
87-
cd docs/standalone-mode/
94+
git clone https://github.com/scalar-labs/scalardb-samples.git
8895
```
8996

97+
To start ScalarDB Cluster in standalone mode on Docker Compose, go to the folder that contains the `docker-compose.yaml` file by running the following command:
98+
99+
```console
100+
cd scalardb-samples/scalardb-cluster-standalone-mode/
101+
```
102+
103+
The `docker-compose.yaml` file specifies a PostgreSQL container image, which will be used as the backend database for ScalarDB Cluster.
104+
90105
Then, start Docker Compose by running the following command:
91106

92107
:::note
93108

94-
To change the configuration of ScalarDB Cluster, update the `docs/standalone-mode/scalardb-cluster-node.properties` file before running the command below.
109+
You need to add your license key to the `scalardb-cluster-node.properties` file before running the command below. For details, see [How to Configure a Product License Key](../scalar-licensing/index.mdx).
110+
111+
Also, if you want to change other configurations for ScalarDB Cluster, update the `scalardb-cluster-node.properties` file before running the command below.
95112

96113
:::
97114

0 commit comments

Comments
 (0)