Centos7+redis Live installation Configuration installation must be software
1. Install Pip:easy_install pip
Easy_install Pip-Install another Linux installation tool
2. Installing redislive dependent components
Pip install Tornado --Install Python's Web server
Pip Install Redis--Install Redislivedataprovider
Installing Redis-live
1. Download redislive
wget https://github.com/kumarnitin/redislive/zipball/master
2. Unzip the master file and rename the directory
Unzip master--unzip master
MV nkrode-redislive-6debcb4/redislive/--Directory rename
3. Enter the SRC directory to locate and edit the redis-live.conf setup parameters:
CD redislive/src--Enter the SRC directory cp redis-live.conf.example redis-live.conf--Copy a configuration file
Vim redis-live.conf--Edit file
4. Start redislive:
./redis-monitor.py--duration &--Open the Monitoring script
./redis-live.py & --Open webserver
Netstat-ntpl |grep python
Installing Redislive on Linux CentOS 6.6