Are you following these instructions? http://weewx.com/docs/debian.htm
Ubuntu 20.04 doesn't have apache installed by default either so you have to install it first. sudo apt install apache2 All you have to do is: wget -qO - https://weewx.com/keys.html | sudo apt-key add - wget -qO - https://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list sudo apt-get update sudo apt-get install weewx To restart etc: * sudo systemctl restart weewx.service && tail -f /var/log/syslog|grep weewx* On Saturday, 16 January 2021 at 08:14:36 UTC+11 [email protected] wrote: > I've been trying to install WeeWx today in a Ubuntu 20.04 VM and at the > point that I'm tying to get the apache2 integration to work I get stuck. > > I'm using the "wget" means to install. > > I have nothing in /home/weewx -- as in the directory does not exist > I have nothing in /var/www/html/weewx -- as in the directory does not exist > > The process has been to spin up the VM, update it, add the weewx repo, > install apache2, install weewx. > > Following the guides supposedly by installing via deb there should be a > /home/weewx and /var/www/html/weewx directories created but they are not > there. I've downloaded the tarball and extracted it and I see nothing that > I could copy into /var/www/html either. > > What am I missing? > -- 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/5fc818c0-750d-49de-bd9f-ffb82e5a6f57n%40googlegroups.com.
