Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
update links to point to 2.4 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-alex authored Oct 11, 2021
1 parent c082d83 commit 31088de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This installation requires the command-line on a Linux machine (Ubuntu or Redha

.. code-block:: bash
wget https://raw.githubusercontent.com/logicalclocks/karamel-chef/master/cloud/hopsworks-cloud-installer.sh
wget https://raw.githubusercontent.com/logicalclocks/karamel-chef/2.4/cloud/hopsworks-cloud-installer.sh
chmod +x hopsworks-cloud-installer.sh
./hopsworks-cloud-installer.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ On your server/VM, run the following bash commands from your user account with s

.. code-block:: bash
wget https://raw.githubusercontent.com/logicalclocks/karamel-chef/master/hopsworks-installer.sh
wget https://raw.githubusercontent.com/logicalclocks/karamel-chef/2.4/hopsworks-installer.sh
chmod +x hopsworks-installer.sh
./hopsworks-installer.sh
Expand Down Expand Up @@ -83,7 +83,7 @@ On the head node, in the sudo account, download and run this script that install
.. code-block:: bash
wget https://raw.githubusercontent.com/logicalclocks/karamel-chef/master/hopsworks-installer.sh
wget https://raw.githubusercontent.com/logicalclocks/karamel-chef/2.4/hopsworks-installer.sh
chmod +x hopsworks-installer.sh
./hopsworks-installer.sh
Expand Down Expand Up @@ -146,7 +146,7 @@ You will need an account with sudo access. From that account, download and run t
.. code-block:: bash
wget https://raw.githubusercontent.com/logicalclocks/karamel-chef/master/hopsworks-installer.sh
wget https://raw.githubusercontent.com/logicalclocks/karamel-chef/2.4/hopsworks-installer.sh
chmod +x hopsworks-installer.sh
./hopsworks-installer.sh
Expand All @@ -164,7 +164,7 @@ On the head node, in the sudo account, download and run this script that install
.. code-block:: bash
wget https://raw.githubusercontent.com/logicalclocks/karamel-chef/master/hopsworks-installer.sh
wget https://raw.githubusercontent.com/logicalclocks/karamel-chef/2.4/hopsworks-installer.sh
chmod +x hopsworks-installer.sh
./hopsworks-installer.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Karamel
#. Run Karamel.
#. Click on the "Load Cluster Definition" menu item in Karamel. You are now prompted to select a cluster definition YAML file.

Example cluster definitions can be found on `github <https://github.com/logicalclocks/karamel-chef/tree/master/cluster-defns>`_.
Example cluster definitions can be found on `github <https://github.com/logicalclocks/karamel-chef/tree/2.4/cluster-defns>`_.


**Choosing which services to run on which nodes**
Expand Down

0 comments on commit 31088de

Please sign in to comment.