From: Tobias Diekershoff Date: Tue, 23 Feb 2021 08:57:33 +0000 (+0100) Subject: Issue 9064: referring INSTALL.txt now points to doc/INSTALL.md X-Git-Tag: 2021.04~130^2~1 X-Git-Url: https://reisub.nsupdate.info/git/?a=commitdiff_plain;h=beccd12a2bcd282a7854f6b0c4b53c0558b3470a;p=friendica.git%2F.git Issue 9064: referring INSTALL.txt now points to doc/INSTALL.md --- diff --git a/src/Core/Installer.php b/src/Core/Installer.php index 85538d579f..2824b072c4 100644 --- a/src/Core/Installer.php +++ b/src/Core/Installer.php @@ -505,7 +505,7 @@ class Installer $help = DI::l10n()->t('The web installer needs to be able to create a file called "local.config.php" in the "config" folder of your web server and it is unable to do so.') . EOL; $help .= DI::l10n()->t('This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can.') . EOL; $help .= DI::l10n()->t('At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica "config" folder.') . EOL; - $help .= DI::l10n()->t('You can alternatively skip this procedure and perform a manual installation. Please see the file "INSTALL.txt" for instructions.') . EOL; + $help .= DI::l10n()->t('You can alternatively skip this procedure and perform a manual installation. Please see the file "doc/INSTALL.md" for instructions.') . EOL; } $this->addCheck(DI::l10n()->t('config/local.config.php is writable'), $status, false, $help); diff --git a/src/Module/Install.php b/src/Module/Install.php index 3ad38041e1..95644ae625 100644 --- a/src/Module/Install.php +++ b/src/Module/Install.php @@ -351,7 +351,7 @@ class Install extends BaseModule return DI::l10n()->t('

What next

') . "

" . DI::l10n()->t('IMPORTANT: You will need to [manually] setup a scheduled task for the worker.') - . DI::l10n()->t('Please see the file "INSTALL.txt".') + . DI::l10n()->t('Please see the file "doc/INSTALL.md".') . "

" . DI::l10n()->t('Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel.', $baseurl) . "

";