Supported Installation Methods
SlackerNews can be installed on a Linux VM using our installer, or on a Kubernetes cluster using Helm.
Installing on a VM (recommended)
-
Download the from the Download Portal. If you need a link or credentials, please contact us at [email protected].
-
Extract the installer:
tar -xvzf slackernews-unstable.tgz
- Run the installer:
sudo ./slackernews install --license license.yaml
Installing on a Kubernetes cluster
Using Helm
- Install Helm 3.8 or later on your local workstation.
- Log in to our Helm registry using the username and password provided:
helm registry login \
chart.slackernews.io \
--username <[email protected]> \
--password <provided>
- Install the SlackerNews chart:
helm install --namespace slackernews --create-namespace \
slackernews \
oci://chart.slackernews.io/slackernews/slackernews \