Download Joomla 5.1 and unzip it
Do:
$ php installation/joomla.php help install
prompt say:
...
--public-folder[=PUBLIC-FOLDER] Relative or absolute path to the public folder [default: ""]
...
so public-folder is optional
Do:
php installation/joomla.php install \
--site-name="Joomla! Demo" \
--admin-user="Joomla Demo" \
--admin-username="Superuser" \
--admin-password="MyPassword123456()" \
--admin-email="demo@localhost.xx" \
--db-type="mysqli" \
--db-host="localhost" \
--db-user="db_user" \
--db-pass="db_pass" \
--db-name="db_name" \
--db-prefix="gtlzk_" \
--db-encryption=0
Joomla is instalated
The CLI ask:
Install Joomla
==============
Checking system requirements...OK
Collecting configuration...
Relative or absolute path to the public folder []:
>
The option --public-folder
must use the default value ""
if is not specified
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-10-17 19:33:47 |
Closed_By | ⇒ | Razzo1987 |
Sorry, #42116 fix it
Thanks to @dgrammatiko