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/a.installation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ However, we strongly recommend **not** using it outside testing environments.
20
20
21
21
To use native binaries you need to download a bundle which is simply a ZIP file with all the necessary binaries that you'll ever need to develop on and deploy Skytable.
22
22
23
-
1.**First download the latest bundle** for your platform. You can find [download links on the releases page](https://github.com/skytable/skytable/releases/v0.8.3).
23
+
1.**First download the latest bundle** for your platform. You can find [download links on the releases page](https://github.com/skytable/skytable/releases/v0.8.4).
24
24
2.**Unzip the ZIP file**. You'll find the following binaries in the extracted archive:
25
25
-`skyd`: This is the database server binary which when started runs as a daemon, serving requests
26
26
-`skysh`: This is the Skytable shell and it provides a very helpful interactive REPL database client
@@ -72,7 +72,7 @@ The package will:
72
72
2. **Start the container**:
73
73
74
74
```shell
75
-
docker run -d --name skydb -p 2003:2003 skytable/skytable:v0.8.3
75
+
docker run -d --name skydb -p 2003:2003 skytable/skytable:v0.8.4
76
76
```
77
77
78
78
:::tip
@@ -85,14 +85,14 @@ message with the generated password.
85
85
1. **Download the bundle**: To be able to run queries you need to download the bundle as described above
86
86
2. **Create the data directory**: To ensure that our database is persistent and all our data doesn't vanish as soon as the container is terminated, we'll map the data directory to an actual directory on our local system.
87
87
>**Note:** Create a folder called `skytable`in a convenient location. We recommend having a directory in`$HOME/docker-containers` where you can store the Skytable container's data and any other containers that you might use. It's a great way to keep things organized.
88
-
3. **Create your configuration**: [Download this template file](https://raw.githubusercontent.com/skytable/skytable/v0.8.3/examples/config-files/template.yaml) and place it into the directory you created. Update the password with your `root` password of choice.
88
+
3. **Create your configuration**: [Download this template file](https://raw.githubusercontent.com/skytable/skytable/v0.8.4/examples/config-files/template.yaml) and place it into the directory you created. Update the password with your `root` password of choice.
0 commit comments