Difference between revisions of "Lobby TV Display Computer"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (Created page with "==Purpose== To display content on a lobby TV. ==General Process== Computer connects to a website using a browser in full screen mode, the website manages the content and redir...") |
Michael.mast (talk | contribs) |
||
Line 6: | Line 6: | ||
===CentOS 9 Stream=== | ===CentOS 9 Stream=== | ||
<b>NOTE : </b>This is still in testing. | <b>NOTE : </b>This is still in testing. | ||
− | |||
<br> | <br> | ||
*Minimal install of CentOS 9 Stream | *Minimal install of CentOS 9 Stream | ||
+ | *Dump of commands, could be used for a script. Change the URL to match your environment. | ||
+ | <pre> | ||
+ | dnf -y update | ||
+ | dnf install -y epel-release | ||
+ | dnf makecache | ||
+ | </pre> |
Revision as of 12:02, 18 May 2022
Purpose
To display content on a lobby TV.
General Process
Computer connects to a website using a browser in full screen mode, the website manages the content and redirects if needed. The PC should never need to be touched.
PC Config
CentOS 9 Stream
NOTE : This is still in testing.
- Minimal install of CentOS 9 Stream
- Dump of commands, could be used for a script. Change the URL to match your environment.
dnf -y update dnf install -y epel-release dnf makecache