diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -14,10 +14,16 @@ cmake .. && make ```bash # openSUSE installation instructions # For other distro, see docs: https://portal.influxdata.com/downloads -wget https://dl.influxdata.com/influxdb/releases/influxdb-1.5.1.x86_64.rpm -sudo zypper in ./influxdb-1.5.1.x86_64.rpm +wget https://dl.influxdata.com/influxdb/releases/influxdb-1.7.6.x86_64.rpm +sudo zypper in ./influxdb-1.7.6.x86_64.rpm # ignore warnings and force install +# OR +sudo zypper ar https://download.opensuse.org/repositories/server:/database/openSUSE_Leap_15.0/server:database.repo +sudo zypper ref +sudo zypper in influxdb + +# Manually start influxdb service sudo systemctl daemon-reload sudo systemctl start influxdb sudo systemctl status influxdb |