Hi everyone,
I want to install a dev environment on my Ubuntu 20.04 desktop. I've activated Apache2, php 7.4.3 and MySQL from official Ubuntu repos.
I've created a first vhost to test Contao installation.
1st. I must chmod 775 -R on my vhost directory for composer installation to work.
2nd. Some composer dependencies asked for php > 7.4.7. I had to add a ppa to update to 7.4.30.
2nd. At the end of installation, when clicking on "Update database", I got a 404 error : "url not found".
What's wrong with my installation ?
Thanks for help.