scalaris from home:scalaris:testing project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_scalaris_testing_ArchLinux]
Server = https://download.opensuse.org/repositories/home:/scalaris:/testing/ArchLinux/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:scalaris:testing/ArchLinux/$(uname -m)/home_scalaris_testing_ArchLinux.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_scalaris_testing_ArchLinux/scalaris
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:scalaris:testing/CentOS_7/home:scalaris:testing.repo
yum install scalaris
For CentOS 6 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:scalaris:testing/CentOS_6/home:scalaris:testing.repo
yum install scalaris
For CentOS 5 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:scalaris:testing/CentOS_5/home:scalaris:testing.repo
yum install scalaris
For Debian 8.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/scalaris:/testing/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:scalaris:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:scalaris:testing/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_scalaris_testing.gpg > /dev/null
sudo apt update
sudo apt install scalaris
For Debian 7.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/scalaris:/testing/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/home:scalaris:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:scalaris:testing/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_scalaris_testing.gpg > /dev/null
sudo apt update
sudo apt install scalaris

Packages for Debian 8.0:

Packages for Debian 7.0:

For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:scalaris:testing/openSUSE_Tumbleweed/home:scalaris:testing.repo
zypper refresh
zypper install scalaris
For openSUSE Leap 42.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:scalaris:testing/openSUSE_Leap_42.1/home:scalaris:testing.repo
zypper refresh
zypper install scalaris
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:scalaris:testing/openSUSE_Factory/home:scalaris:testing.repo
zypper refresh
zypper install scalaris
For openSUSE 13.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:scalaris:testing/openSUSE_13.2/home:scalaris:testing.repo
zypper refresh
zypper install scalaris
For openSUSE 13.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:scalaris:testing/openSUSE_13.1/home:scalaris:testing.repo
zypper refresh
zypper install scalaris
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:scalaris:testing/RHEL_7/home:scalaris:testing.repo
yum install scalaris
For SLE 12 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:scalaris:testing/SLE_12/home:scalaris:testing.repo
zypper refresh
zypper install scalaris
For xUbuntu 14.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/scalaris:/testing/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:scalaris:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:scalaris:testing/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_scalaris_testing.gpg > /dev/null
sudo apt update
sudo apt install scalaris
For xUbuntu 12.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/scalaris:/testing/xUbuntu_12.04/ /' | sudo tee /etc/apt/sources.list.d/home:scalaris:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:scalaris:testing/xUbuntu_12.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_scalaris_testing.gpg > /dev/null
sudo apt update
sudo apt install scalaris

Packages for xUbuntu 14.04:

Packages for xUbuntu 12.04: