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/2.getting-started.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,13 @@ Getting started with Skytable is easy 😊 (and fun!). You can get started with
9
9
10
10
### Step 1: Download a bundle
11
11
12
-
Head over to this [page](https://github.com/skytable/skytable/releases/v0.7.2) and download a version for your platform.
12
+
Head over to this [page](https://github.com/skytable/skytable/releases/v0.7.3) and download a version for your platform.
13
+
14
+
:::tip Tip
15
+
If you're on Debian, consider downloading an appropriate `.deb` (Debian Package) file for your machine.
16
+
The package will install `skyd`, `skysh`, `sky-bench` and `sky-migrate` on your system while also
17
+
configuring a `systemd` service unit.
18
+
:::
13
19
14
20
### Step 2: Make the files runnable
15
21
@@ -36,17 +42,18 @@ You may need superuser privileges for installation and running the commands belo
36
42
### Step 0: Create and start the container
37
43
38
44
We'll create a container where:
45
+
39
46
1. We'll call our container `mysky`
40
47
2. We'll expose port 2003 of the container
41
-
3. We'll save all our data on the host in a folder in our `$HOME` directory. For this example, say the path to our home folder is `/home/sky`. To achieve this, we'll make use of Docker volumes.
48
+
3. We'll save all our data on the host in a folder called `skytable` relative to the current directory. To achieve this, we'll make use of Docker volumes.
Copy file name to clipboardExpand all lines: docs/7.cfg-files.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ To use a configuration file:
58
58
2. Start the database server with: `skyd -c /path/to/your/file.toml`
59
59
3. Done 🎉
60
60
61
-
If you're confused about creating a configuration file, we always recommend you to download the template configuration from [this link](https://raw.githubusercontent.com/skytable/skytable/v0.7.2/examples/config-files/template.toml).
61
+
If you're confused about creating a configuration file, we always recommend you to download the template configuration from [this link](https://raw.githubusercontent.com/skytable/skytable/v0.7.3/examples/config-files/template.toml).
62
62
63
63
That's all that's there to using configuration files!
64
64
@@ -84,5 +84,5 @@ The official Docker image will look for a configuration file at `/etc/skytable/s
0 commit comments