Trying to run CA on Ubuntu 24.04.3. Performed the install steps and prereq installs following the Ubuntu 20.04 instructions. Only ran into issues at the install the vendor libraries step.
*The first issue complained /var/www/html/ca did not have the correct ownership, so I changed the ownership of /var/www/html/ca to www-data.
*The next issue I ran into was: "It looks like the media directory is not writable by the webserver. Please change the permissions of /var/www/html/ca/media/collectiveaccess (or create it if it doesn't exist already) and enable the user which runs the webserver to write to this directory." At this step I manually created media/collectiveaccess and made sure the ownership and permissions propagated.
*At this point, going to http://my_ip/ca drops me directly into the CA Providence sign in page. This skips the installation steps; I couldn't choose a profile. I can log in with the default credentials, but I am not sure what is missing in Providence without the installation profile.
Thanks in advance!