Open rodolfojcj opened 4 years ago
Hi,
I have the same problem. I would need an RPM package that can be installed offline at the customer server while setting up the system. We always use an automation script for setup.
My idea is to implement an RPM package that automatically executes these steps written above. So the RPM installer (the post-install script) will unzip the crmsh tar.gz file, install the parallax dependencies and other dependencies, and execute the steps for crmsh install.
Zoltan Balogh
Hello. For CentOS 8 there is no available "crmsh" binary RPM package ready to install. I know there is a way to install it in CentOS 7 via OBS repository, as instructed at https://crmsh.github.io/download/, then it would be useful to have its equivalent for CentOS 8, which was a version released in 2019. In a CentOS 8.1 test installation I got crmsh 4.2.0 manually installed from its sources, with these steps:
My desired outcomes are these:
To achieve that, I can contribute with these:
I hope to find help here, so please let me know your feedback. Regards.