Installing Jellyfin: Difference between revisions

m Installing Jellyfin: Added key press templates
m Inital run and starting the service: Fixed typo, added key press template
Line 80: Line 80:
* Run <code>sudo make install</code> to install
* Run <code>sudo make install</code> to install


== Inital run and starting the service ==
== Initial run and starting the service ==


We need to run Jellyfin so that the initial directories needed for running are created.
We need to run Jellyfin so that the initial directories needed for running are created.
Line 86: Line 86:
* Move back into the Jellyfin directory and initially run the Jellyfin script created earlier <code>sudo ./jellyfin.sh</code>
* Move back into the Jellyfin directory and initially run the Jellyfin script created earlier <code>sudo ./jellyfin.sh</code>
* Check that it runs correctly with no errors (indicated by <code>[ERR]</code> or <code>[FTL]</code>in red
* Check that it runs correctly with no errors (indicated by <code>[ERR]</code> or <code>[FTL]</code>in red
* Once it has started, close the script by pressing Ctrl+C
* Once it has started, close the script by pressing {{key press|Ctrl}}+{{key press|C}}
* Reload the system daemons to allow the service to load <code>sudo systemctl daemon-reload</code>
* Reload the system daemons to allow the service to load <code>sudo systemctl daemon-reload</code>
* Run the Jellyfin service and check it starts <code>sudo systemctl start jellyfin</code>
* Run the Jellyfin service and check it starts <code>sudo systemctl start jellyfin</code>