Skip to content

Supported Installation Methods

SlackerNews can be installed on a Linux VM using our installer, or on a Kubernetes cluster using Helm.

  1. Download the from the Download Portal. If you need a link or credentials, please contact us at [email protected].

  2. Extract the installer:

tar -xvzf slackernews-unstable.tgz
  1. Run the installer:
sudo ./slackernews install --license license.yaml

Installing on a Kubernetes cluster

Using Helm

  1. Install Helm 3.8 or later on your local workstation.
  2. Log in to our Helm registry using the username and password provided:
helm registry login \
    chart.slackernews.io \
    --username <[email protected]> \
    --password <provided>
  1. Install the SlackerNews chart:
helm install --namespace slackernews --create-namespace  \
    slackernews \
    oci://chart.slackernews.io/slackernews/slackernews \