From deb306c33f67155d4b87d12857cc0b4676c60917 Mon Sep 17 00:00:00 2001 From: maTh Date: Thu, 11 May 2023 13:08:23 +0200 Subject: Improved: Install process: give more infos (#5350) * comments added for each step * infos about FreshRSS added in first step * Remove reference to Kriss and Leed from install page I do not find that informative, and quite confusing. Moved to readme instead. --------- Co-authored-by: Alexandre Alapetite --- app/install.php | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) (limited to 'app/install.php') diff --git a/app/install.php b/app/install.php index 65efe40f1..4023e249e 100644 --- a/app/install.php +++ b/app/install.php @@ -337,7 +337,7 @@ function checkStep3(): array { } -/*** AFFICHAGE ***/ +/* select language */ function printStep0(): void { $actual = Minz_Translate::language(); $languages = Minz_Translate::availableLanguages(); @@ -349,6 +349,34 @@ function printStep0(): void {

+
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+
@@ -376,7 +404,10 @@ function printStep0(): void { $messageParams */ +/** + * Alert box template + * @param array $messageParams + * */ function printStep1Template(string $key, string $value, array $messageParams = []): void { if ('ok' === $value) { $message = _t("install.check.{$key}.ok", ...$messageParams); @@ -406,6 +437,7 @@ function getProcessUsername(): string { } // @todo refactor this view with the check_install action +/* check system environment */ function printStep1(): void { $res = checkRequirements(); $processUsername = getProcessUsername(); @@ -468,6 +500,7 @@ function printStep1(): void {

@@ -642,6 +677,7 @@ function printStep4(): void {

-- cgit v1.2.3