Ubuntu 20.04 doesn't have Apache2 installed by default like Ubuntu used to do when selecting a LAMP server. It is just a generic server as far as I can tell.
On Monday, 12 October 2020 at 15:49:26 UTC+11 [email protected] wrote: > Hi Rich, > > Which Ubuntu 20 did you install on ? server or workstation ? > > I installed mine on server > > 1st thing.... > > sudo apt update > sudo apt upgrade -y > > then I checked that python was OK > > timt@metoffice:~$ python3 > Python 3.8.5 (default, Jul 28 2020, 12:59:40) > [GCC 9.3.0] on linux > Type "help", "copyright", "credits" or "license" for more information. > >>> > timt@metoffice:~$ > > then > > wget -qO - http://weewx.com/keys.html | sudo apt-key add - > wget -qO - http://weewx.com/apt/weewx-python3.list | sudo tee > /etc/apt/sources.list.d/weewx.list > sudo apt install apache2 > sudo apt-get install weewx > > and it was good to go from there. > > cheers > > Tim > > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/faced94e-4532-4890-afe2-9240618cbf83n%40googlegroups.com.
