openSUSE

openSUSE

This installation procedure works on openSUSE Leap 15 and 16.

Import RPM siging key:

# rpm --import https://pkgs.rackslab.io/keyring.asc

Run these commands to add package repositories:

  • openSUSE Leap 15

  • openSUSE Leap 16

# zypper addrepo --check --gpgcheck-allow-unsigned-repo --refresh \
  https://pkgs.rackslab.io/rpm/suse15/main/x86_64 rackslab-main
# zypper addrepo --check --gpgcheck-allow-unsigned-repo --refresh \
  https://pkgs.rackslab.io/rpm/suse15/slurmweb-6/x86_64 rackslab-slurmweb-6
# zypper addrepo --check --gpgcheck-allow-unsigned-repo --refresh \
  https://pkgs.rackslab.io/rpm/suse16/main/x86_64 rackslab-main
# zypper addrepo --check --gpgcheck-allow-unsigned-repo --refresh \
  https://pkgs.rackslab.io/rpm/suse16/slurmweb-6/x86_64 rackslab-slurmweb-6

Install Slurm-web agent and gateway packages:

# zypper install slurm-web-agent slurm-web-gateway

All dependencies are automatically installed.