I am trying to deploy a Redis server in Linux.
The Redis official site provides source code to download, so I have to use 'make' to install Radis.
The 'make' works, but my problem is how can I use rpm file to install it? Because of policy, I must obey the policy of software installation for this specific environment. The policy also bother me to install other software by making source code.
What is your opinion? Thanks!