Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Commit

Permalink
Added instructions for openSUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmopp committed Oct 12, 2013
1 parent 3f2ebc0 commit 281faaa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -76,6 +76,21 @@ Then install the app with:
gem install visage-app
```

#### openSUSE 12.3+ ####

On openSUSE 12.3+, to install dependencies run:

``` bash
sudo zypper install -y ruby-rrdtool ruby ruby-devel collectd
```
Then install the app with:

``` bash
gem install visage-app
```

Before running visage-app set the environment variable to "RRDDIR=/var/lib/collectd"

### Mac OS X ###

Visage is not supported on Mac OS X, as RRDtool is a pain in the arse on that
Expand Down

0 comments on commit 281faaa

Please sign in to comment.