Skip to content
Amos Kong edited this page Jan 29, 2018 · 4 revisions

Generate offline installer for Debian variants

Run following command on target distribution, you'll get offline installer file on build/scylla_offline_installer.sh.

Ubuntu 14.04(trusty)

./dist/offline_installer/debian/build_offline_installer.sh \
--repo https://s3.amazonaws.com/downloads.scylladb.com/deb/ubuntu/scylla-$VERSION-trusty.list \
--suite trusty

Ubuntu 16.04(xenial)

./dist/offline_installer/debian/build_offline_installer.sh \
--repo https://s3.amazonaws.com/downloads.scylladb.com/deb/ubuntu/scylla-$VERSION-xenial.list \
--suite xenial

Generate offline installer for RedHat variants

Run following command on target distribution, you'll get offline installer file on build/scylla_offline_installer.sh.

CentOS7

 ./dist/offline_installer/redhat/build_offline_installer.sh \
--repo https://s3.amazonaws.com/downloads.scylladb.com/rpm/centos/scylla-$VERSION.repo

Usage of Offline Installer

Copy scylla_offline_installer.sh which contains installation packages to USB memory stick, run it on target offline machine with root privilege. It will automatically extract packages and install Scylla.

Clone this wiki locally