Skip to main content

REdis install

Comments

11 comments

  • cPRex Jurassic Moderator
    Hey there! Did you also work through the rest of the information on this page?
    0
  • Kenan
    I am running as root user. I'm doing it with the guide you posted. I installed EasyApache 4 containers. Then when trying to install Redis it gives the error in the first post. He wants us to do something, but I couldn't find it.
    0
  • cPRex Jurassic Moderator
    So that's the issue - you can't run that command as the root user.
    0
  • Kenan
    It doesn't work in terminal on WHM either. [root@webhost1 ~]# /usr/local/cpanel/scripts/ea-podman install ea-redis62 You cannot run the /scripts/ea-podman script directly from the cPanel and WHM terminal. To use this script, you must first log in via ssh with the following command: ssh root@localhost
    0
  • cPRex Jurassic Moderator
    Did you try doing what the error message said to do?
    0
  • Kenan
    I understood what he wanted from me. :) Redis 5 is installed on the system, I am using it now
    0
  • sibony88
    hi, I have the same problem, how did you solve it?
    0
  • sibony88
    hi, I am using AlmaLinux v8.7.0 with CP-106.0.11 i use putty to connect to the user ssh with ssh user@localhost command run the script : /scripts/ea-podman install ea-redis62 and also /usr/local/cpanel/scripts/ea-podman install ea-redis62 error : /usr/local/cpanel/scripts/ea-podman install ea-redis62 "ea-redis62" looks like an EA4 package but it is not a container based EA4 package. Please use the correct package name (or install it if it was uninstalled but its directory left behind) or use a name that does not start w/ `ea-`. the output of : /usr/local/cpanel/scripts/ea-podman available { "ea-memcached16" : { "installed_locally" : 0, "url" : "ea-memcached16/README.md at master " CpanelInc/ea-memcached16" }, "ea-redis62" : { "installed_locally" : 0, "url" : "ea-redis62/README.md at master " CpanelInc/ea-redis62" }, "ea-tomcat100" : { "installed_locally" : 0, "url" : "ea-tomcat100/README.md at master " CpanelInc/ea-tomcat100" } } any advice ?
    0
  • cPRex Jurassic Moderator
    You likely need to run the following first, as root, to ensure the package is available on the system: dnf install -y ea-redis62
    Can you try that, and then run the "/usr/local/cpanel/scripts/ea-podman install ea-redis62" as the user again to see if that works?
    0
  • sibony88
    hi, yes its working thank you
    0
  • cPRex Jurassic Moderator
    I'm glad that helped!
    0

Please sign in to leave a comment.