Dukemaster
Regular Pleskian
Hi,
Thanks a lot for Your "Installing Redis instruction" @IgorG. I used it successfully for several times on Ubuntu 16 and now I will install Redis on Ubuntu 18 with PLESK ONYX 17.8.11.
Last installation in spring this year I discovered one or two differences between Your guide and the Redis install source and also other references, which makes me unsure.
Redis recommends after "make" and/or not "make test":
The second point is about creating Redis systemd Unit File:
Example1 (Scroll down to headline Create a Redis systemd Unit File)
and
Example2:
I did this also the last time, but according to permanent improvements of OS's, PLESK and Redis itself, perhaps it's not necessary any longer?
Greets
Thanks a lot for Your "Installing Redis instruction" @IgorG. I used it successfully for several times on Ubuntu 16 and now I will install Redis on Ubuntu 18 with PLESK ONYX 17.8.11.
Last installation in spring this year I discovered one or two differences between Your guide and the Redis install source and also other references, which makes me unsure.
Redis recommends after "make" and/or not "make test":
Do You recommend this two steps also, according to PLESK environment/structure, or not?It is a good idea to copy both the Redis server and the command line interface in proper places, either manually using the following commands:
Or just using sudo make install.
- sudo cp src/redis-server /usr/local/bin/
- sudo cp src/redis-cli /usr/local/bin/
The second point is about creating Redis systemd Unit File:
Example1 (Scroll down to headline Create a Redis systemd Unit File)
and
Example2:
I did this also the last time, but according to permanent improvements of OS's, PLESK and Redis itself, perhaps it's not necessary any longer?
Greets
Last edited: