mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
AutomaticInstallation - Fix last example
This commit is contained in:
parent
1e305e748d
commit
b52c9215f6
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ Examples
|
|||
bin/console autoinstall --savedb
|
||||
Installs Friendica with environment variables and saves them to the 'config/local.config.php' file
|
||||
|
||||
bin/console autoinstall -h localhost -p 3365 -U user -P passwort1234 -d friendica
|
||||
bin/console autoinstall -H localhost -p 3365 -u user -P passwort1234 -d friendica -U https://friendica.fqdn
|
||||
Installs Friendica with a local mysql database with credentials
|
||||
HELP;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue