-
Hello,
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Hello @wixaw, RFL is a library developed by Rackslab, it is available in this repository. We haven't released any version of this library yet, so it is not yet published on PyPI. You can install it by cloning the Git repository and run |
Beta Was this translation helpful? Give feedback.
-
I successfully installed RFL, but I also needed to run 'dnf install cairo cairo-devel' before executing 'pip install -e .' to avoid dependency errors. However, I'm now having trouble understanding how to start the slurm-web service/server. Do I need an Apache proxypass with a specific Python module? |
Beta Was this translation helpful? Give feedback.
-
There are now RPM packages to install latest v3.0.0 release: https://docs.rackslab.io/slurm-web/install/install/distribs/rhel.html Please tell me if they work for you! |
Beta Was this translation helpful? Give feedback.
Hello @wixaw,
RFL is a library developed by Rackslab, it is available in this repository. We haven't released any version of this library yet, so it is not yet published on PyPI. You can install it by cloning the Git repository and run
./install.sh
to install all its packages.