doc: update the unified installer instructions
This commit updates the unified installer instructions to avoid specifying a given version. At the moment, we're technically unable to use variables in URLs, so we need to update the page each release. Fixes https://github.com/scylladb/scylladb/issues/20677 Closes scylladb/scylladb#20680
This commit is contained in:
committed by
Botond Dénes
parent
aa0c95c95c
commit
400a14eefa
@@ -1,8 +1,3 @@
|
||||
.. |SCYLLADB_VERSION| replace:: 5.2
|
||||
|
||||
.. update the version folder URL below (variables won't work):
|
||||
https://downloads.scylladb.com/downloads/scylla/relocatable/scylladb-5.2/
|
||||
|
||||
====================================================
|
||||
Install ScyllaDB Without root Privileges
|
||||
====================================================
|
||||
@@ -24,14 +19,17 @@ Note that if you're on CentOS 7, only root offline installation is supported.
|
||||
Download and Install
|
||||
-----------------------
|
||||
|
||||
#. Download the latest tar.gz file for ScyllaDB |SCYLLADB_VERSION| (x86 or ARM) from https://downloads.scylladb.com/downloads/scylla/relocatable/scylladb-5.2/.
|
||||
#. Download the latest tar.gz file for ScyllaDB version (x86 or ARM) from ``https://downloads.scylladb.com/downloads/scylla/relocatable/scylladb-<version>/``.
|
||||
|
||||
Example for version 6.1: https://downloads.scylladb.com/downloads/scylla/relocatable/scylladb-6.1/
|
||||
|
||||
#. Uncompress the downloaded package.
|
||||
|
||||
The following example shows the package for ScyllaDB 5.2.4 (x86):
|
||||
The following example shows the package for ScyllaDB 6.1.1 (x86):
|
||||
|
||||
.. code:: console
|
||||
|
||||
tar xvfz scylla-unified-5.2.4-0.20230623.cebbf6c5df2b.x86_64.tar.gz
|
||||
tar xvfz scylla-unified-6.1.1-0.20240814.8d90b817660a.x86_64.tar.gz
|
||||
|
||||
#. Install OpenJDK 8 or 11.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user