Skip to content

Commit

Permalink
Merge pull request #156 from aspanner/main
Browse files Browse the repository at this point in the history
updating the rpm-install instructions in the wake that the rpm instal…
  • Loading branch information
rootfs authored May 28, 2024
2 parents 543f4f0 + 5d55bb2 commit 472fc2c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/installation/kepler-rpm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Install Kepler as RPM

## Versions 0.7.10 and newer
The current rpm release is a systemd unit that starts a podman container.

Download the latest stable release from the Kepler release URL [download](https://github.com/sustainable-computing-io/kepler/releases/)

```sh
tar xvzf kepler.rpm.tar.gz
yum install RPMS/noarch/container-kepler-0.7.10-1.noarch.rpm
systemctl enable container-kepler --now
```

Verify that podman starts a kepler container via

`sudo podman ps`

then via your browser pointing to the URL below on the preconfigured port [browser](http://localhost:8888/metrics)

or via a curl command:

`curl localhost:8888/metrics | grep kepler_node_package_joules_total`


## Versions prior to 0.7.10
Older version directly install kepler as a rpm package (as opposed to as a container in newer versions)
To install the Kepler RPM [download](https://github.com/sustainable-computing-io/kepler/releases/) the latest stable version, unpack and install:

```sh
Expand Down

0 comments on commit 472fc2c

Please sign in to comment.