Files
sense-installer/docs/getting_started.md
2020-03-13 14:58:34 +01:00

1.6 KiB

Getting started

Requirements

  • Kubernetes cluster (Docker Desktop with enabled Kubernetes)
  • kubectl installed, configured and able to communicate with kubernetes cluster. qliksense CLI uses kubectl under the hood to perform operations on cluster

Installing Sense installer

Download the executable for your platform from releases page and rename it to qliksense

??? tldr "Linux"

``` bash
curl -Lo qliksense https://github.com/qlik-oss/sense-installer/releases/download/v0.7.0/qliksense-linux-amd64
chmod +x qliksense
sudo mv qliksense /usr/local/bin
```

??? tldr "MacOS"

``` bash
curl -Lo qliksense https://github.com/qlik-oss/sense-installer/releases/download/v0.7.0/qliksense-darwin-amd64
chmod +x qliksense
sudo mv qliksense /usr/local/bin
```

??? tldr "Windows" Download Windows executable and add it in your PATH as qliksense.exe

[https://github.com/qlik-oss/sense-installer/releases/download/v0.7.0/qliksense-windows-amd64.exe](https://github.com/qlik-oss/sense-installer/releases/download/v0.7.0/qliksense-windows-amd64.exe)

Quick start

  • To download the version v0.0.2 from qliksense-k8s releases.
qliksense fetch v0.0.2
  • To install CRDs for QSEoK and qliksense operator into the kubernetes cluster.
qliksense crds install --all
  • To install QSEoK into a namespace in the kubernetes cluster where kubectl is pointing to.
qliksense install --acceptEULA="yes"