compiling installation
Makefile already exists .
Execute make
after make, the executable script file is created automatically without the need to execute the install again . the script file , Copy to specified location , you can do it. .
To create a directory manually , you need three directories :
Copy the Make -generated script to the directory you created :
copy , run scripts and configuration files
As a result , run server-side /bin/redis-server
Boot run, background run ( daemon running )
Change to Redis.conf
Bin/redis-server etc/redis.conf Open Daemon
Add Boot Run script
/etc/rc.local Add startup script
Redis/bin directory join PATH environment variable
Vi/etc/profile
Source/etc/profile
Note, if Erc/rc.local does not start
If the command below does not output the result
#systemctl list-dependencies multi-user.target | grep rc-local
Execute the command below
#chmod +x /etc/rc.d/rc.local#systemctl daemon-reload
Execute the command again
#systemctl list-dependencies multi-user.target | grep rc-local
Output results
● ├─rc-local.service
Redis installation and boot on Linux (ii)