Skip to content

Commit aefa6ff

Browse files
Update incomplete installation instructions for 11.0 (#408)
Co-authored-by: Aaron Weeden <aaronwee@buffalo.edu>
1 parent 5b84430 commit aefa6ff

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/supremm-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ follow the instructions in the [Upgrade Guide](supremm-upgrade.html).
1111
RPM Installation
1212
----------------
1313

14-
An RPM package for Rocky 8 is [available for download](https://github.com/ubccr/xdmod-supremm/releases/latest).
14+
An RPM package for Rocky 8 is [available for download](https://github.com/ubccr/xdmod-supremm/releases/tag/{{ page.sw_version }}-1).
1515

1616
# dnf install xdmod-supremm-{{ page.sw_version }}-1.el8.noarch.rpm
1717

docs/supremm-processing-install.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ A MongoDB database instance must be installed and running. See the [MongoDB inst
1313

1414
## RPM Installation
1515

16-
The RPM package has dependencies that are available in the [EPEL](http://fedoraproject.org/wiki/EPEL)
17-
repository. This repository can be added with this command:
16+
The RPM package has dependencies that are available in the [EPEL](http://fedoraproject.org/wiki/EPEL) and
17+
PowerTools repositories. These can be added with the following commands:
1818

1919
# dnf install epel-release
20+
# dnf config-manager --set-enabled powertools
2021

21-
It also requires the PCP python libraries, which are included in Rocky 8.
22-
23-
An RPM package for Rocky 8 is [available for download](https://github.com/ubccr/supremm/releases/latest).
22+
An RPM package is [available for download](https://github.com/ubccr/supremm/releases/tag/{{ page.summ_sw_version }}).
2423

2524
# dnf install supremm-{{ page.summ_sw_version }}-1.el8.x86_64.rpm
2625

0 commit comments

Comments
 (0)