Skip to content

Commit

Permalink
New, shorter download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jun 20, 2024
1 parent 7d19246 commit 33652a2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions cookbook_central_archive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In this step we'll setup the *archive host* store measurements. Specifically we'

3. Run the personar install script to setup the package repositories and install the perfSONAR archive. The command will automatically detect the operating system and install the correct packages::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - --repo staging archive
curl -s https://downloads.perfsonar.net/install | sh -s - --repo staging archive

4. Let's quickly verify the archive is running with the *psarchive troubleshoot* utility. It will check that components such as OpenSearch and Logstash are running as well as verify authentication credentials. It can also check if the archive has data, but since we have not yet configured our measurement hosts we will skip that check with the `--skip-opensearch-data` option. Run the command as follows and if everything is marked as *OK* then proceed, otherwise follow the instructions in the command output to debug::

Expand Down Expand Up @@ -323,7 +323,7 @@ We will now logout of the archive host and login to a testpoint host. The steps

3. Now we'll run the installation script again, but specify the tespoint package::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - --repo staging testpoint
curl -s https://downloads.perfsonar.net/install | sh -s - --repo staging testpoint
4. Let's verify our install worked by running the `pscheduler troubleshoot` command::

Expand Down
8 changes: 4 additions & 4 deletions install_debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ perfSONAR provides a script that will automatically perform the first two steps

* **perfSONAR Tools**::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - tools
curl -s https://downloads.perfsonar.net/install | sh -s - tools

* **perfSONAR Test Point**::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - testpoint
curl -s https://downloads.perfsonar.net/install | sh -s - testpoint

* **perfSONAR Toolkit**::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - toolkit
curl -s https://downloads.perfsonar.net/install | sh -s - toolkit

* **perfSONAR Archive**::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - archive
curl -s https://downloads.perfsonar.net/install | sh -s - archive

If you would prefer to perform these steps manually see :ref:`install_debian_step1` and :ref:`install_debian_step2`.

Expand Down
8 changes: 4 additions & 4 deletions install_el.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ perfSONAR provides a script that will automatically perform the first two steps

* **perfSONAR Tools**::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - tools
curl -s https://downloads.perfsonar.net/install | sh -s - tools

* **perfSONAR Test Point**::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - testpoint
curl -s https://downloads.perfsonar.net/install | sh -s - testpoint

* **perfSONAR Toolkit**::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - toolkit
curl -s https://downloads.perfsonar.net/install | sh -s - toolkit

* **perfSONAR Archive**::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - archive
curl -s https://downloads.perfsonar.net/install | sh -s - archive

If you would prefer to perform these steps manually see :ref:`_install_el_step1` and :ref:`_install_el_step2`.

Expand Down
2 changes: 1 addition & 1 deletion install_quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These instructions are for the full Toolkit installation on any supported operat

#. Run the following command::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar| sh -s - toolkit
curl -s https://downloads.perfsonar.net/install | sh -s - toolkit

#. Exit sudo and become sudo again to trigger login prompt::

Expand Down
8 changes: 4 additions & 4 deletions install_rcs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ The easiest way to test a beta is by using an automated script that detects the

* **perfSONAR Tools**::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - --repo staging tools
curl -s https://downloads.perfsonar.net/install | sh -s - --repo staging tools

* **perfSONAR Test Point**::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - --repo staging testpoint
curl -s https://downloads.perfsonar.net/install | sh -s - --repo staging testpoint

* **perfSONAR Toolkit**::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - --repo staging toolkit
curl -s https://downloads.perfsonar.net/install | sh -s - --repo staging toolkit

* **perfSONAR Archive**::

curl -s https://raw.githubusercontent.com/perfsonar/project/master/install-perfsonar | sh -s - --repo staging archive
curl -s https://downloads.perfsonar.net/install | sh -s - --repo staging archive


.. _install_rcs-clean-el:
Expand Down

0 comments on commit 33652a2

Please sign in to comment.