Dear Flarum experts,
Hi, I just installed Flarum on a VPServer.
The system is Ubuntu 20.04 LTS; apache2.
in the newly created directory /var/www/html/labi-list
and run
composer create-project flarum/flarum .
There was a warning
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
anything else went smooth.
I changed the subdirectory owner: chown -Rvf www-data:www-data labi-list
.
However, when I go to my domain.org/labi-list, I only get a directory/file listing.
Index of /labi-list
[ICO] Name Last modified Size Description
[PARENTDIR] Parent Directory -
[TXT] CHANGELOG.md 2022-05-16 08:59 2.0K
[ ] LICENSE 2022-05-16 08:59 1.1K
[TXT] README.md 2022-05-16 08:59 2.2K
[ ] composer.json 2022-05-16 08:59 1.2K
[ ] composer.lock 2022-06-15 18:41 320K
[ ] extend.php 2022-05-16 08:59 265
[ ] flarum 2022-05-16 08:59 634
[DIR] public/ 2022-05-16 08:59 -
[ ] site.php 2022-05-16 08:59 1.8K
[DIR] storage/ 2022-05-16 08:59 -
[DIR] vendor/ 2022-06-15 18:41 -
Apache/2.4.41 (Ubuntu) Server at www.xxx.org Port 80
changing to /public informs:
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".
Any idea what is missing?
Thanks, Robert