Redis installation and boot on Linux (ii)

Source: Internet
Author: User

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)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.