2023-09-18, 07:07 PM
I'm trying to install Jellyfin on CentOS 7. I have ffmpeg on the system and downloaded the RPMs listed here:
https://jellyfin.org/docs/general/installation/linux/
jellyfin-10.8.10-1.el7.x86_64.rpm
jellyfin-server-10.8.10-1.el7.x86_64.rpm
jellyfin-web-10.8.10-1.el7.noarch.rpm
and installed them.
Sorry to be dense, but now what? The instructions don't include the next step. The system isn't running a web service on :8096 (tho it has apache installed and is providing other web services)
Answering my own question, I think it's the instructions from the Fedora install to:
sudo systemctl start jellyfin
sudo systemctl enable jellyfin
which simply need to be added to the CentOS section?
https://jellyfin.org/docs/general/installation/linux/
jellyfin-10.8.10-1.el7.x86_64.rpm
jellyfin-server-10.8.10-1.el7.x86_64.rpm
jellyfin-web-10.8.10-1.el7.noarch.rpm
and installed them.
Sorry to be dense, but now what? The instructions don't include the next step. The system isn't running a web service on :8096 (tho it has apache installed and is providing other web services)
Answering my own question, I think it's the instructions from the Fedora install to:
sudo systemctl start jellyfin
sudo systemctl enable jellyfin
which simply need to be added to the CentOS section?