You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/scalardb-cluster/standalone-mode.mdx
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,19 +79,36 @@ If you want to specify configurations other than the ones mentioned in the table
79
79
80
80
## Usage with Docker Compose
81
81
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.
83
83
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:
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
+
90
105
Then, start Docker Compose by running the following command:
91
106
92
107
:::note
93
108
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.
0 commit comments