From f83c8a0b13559379b3ede2a71268619f2567a792 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Mon, 22 Jul 2024 00:52:49 +0200 Subject: [PATCH] Minor: Installation guide style improvements --- public/documentation/installation_guide.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/public/documentation/installation_guide.html b/public/documentation/installation_guide.html index 7641e75179b..0bd51d69499 100644 --- a/public/documentation/installation_guide.html +++ b/public/documentation/installation_guide.html @@ -183,13 +183,11 @@

Files permissions

Assuming your web server user is www-data, you can do that quickly with the following from inside the Chamilo root directory (already done in first example commands list for Ubuntu):
 sudo touch .env
-sudo chown -R www-data:www-data var/ config/ .env
-    
+sudo chown -R www-data:www-data var/ config/ .env

PHP settings

Some PHP settings are recommended, but the default values should be enough to get you started.
See vhost config's "php_value" section above for details. -
-    
+

Installation wizard

You should now be able to direct your browser to your URL (e.g. [http://my.chamilo.local]).
Chamilo will pick it up from there and offer the installation wizard to help guide you through the rest of the process.