I have a server which will be running a web server and the primary means for accessing it will be via a web browser.
I need to also provide a screen and keyboard/mouse for local use. Basically that means providing a mechanism for running a web browser. I don't *have* to limit the GUI to only running the browser, but it seems like that wouldn't be a bad idea (in which case the browser needs to stay running, ie be restarted if it dies for any reason).
Chromium crossed my mind but as I understand it that's not really ready yet. My base OS install is Ubuntu Server, so ideally I'm looking for something that would be an apt-get install away from Ubuntu Server rather than a different OS or distro.
Suggestions?