Getting Started

Head over to this page and download a version for your platform.

Tip

If you’re on Debian, consider downloading an appropriate .deb (Debian Package) file for your machine. The package will install skyd, skysh, sky-bench and sky-migrate on your system while also configuring a systemd service unit.

Step 2: Make the files runnable

Unzip the file that you just downloaded. If you’re on a *nix system, run chmod +x skyd skysh to make the files executable. If you’re on Windows, right-click the files and then check the UNBLOCK checkbox and click on the APPLY button.

Step 4: Run the shell skysh

is the shell that is shipped with the bundle. Run it, just like you did with the database server. Now enter commands in the shell, and have fun! First run HEYA to check if everything is fine - the server should reply with HEY!.

You’re done with setting up skyd 🎉!

Get started with Docker

First of all, you need to have Docker installed and available on your PATH ; you can read the official guide . Once you’ve got Docker up and running, follow the steps!

note

We’ll create a container where:

  1. We’ll call our container mysky
  2. We’ll expose port 2003 of the container
  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.

Open up a terminal and run:

Step 1: Download and setup the bundle

Follow the instructions above so that you’re ready to run skysh

    Now, you’re all set!