Linux/RedHat, CentOS, ubuntu

Centos influxDB 설치

Pydole 2018. 12. 30. 17:14

Download Link : https://portal.influxdata.com/downloads

Install Guide : http://docs.influxdata.com/influxdb/v1.7/introduction/installation



설치환경 : CentOS release 6.8



1. repo 등록



[root@test ~]# cat /etc/yum.repos.d/influxdb.repo


[influxdb]

name = InfluxDB Repository - RHEL \$releasever

baseurl = https://repos.influxdata.com/rhel/\$releasever/\$basearch/stable

enabled = 1

gpgcheck = 1

gpgkey = https://repos.influxdata.com/influxdb.key




2. yum으로 설치


[root@test ~]# yum install influxdb




3. 서비스 시작


[root@test ~]# service influxdb start


Starting influxdb...

influxdb process was started [ OK ]