Skip to content

Commit

Permalink
Minor: Installation guide style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Jul 21, 2024
1 parent 906e856 commit f83c8a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions public/documentation/installation_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,11 @@ <h3>Files permissions</h3>
Assuming your web server user is <em>www-data</em>, you can do that quickly with the following from inside the Chamilo root directory (already done in first example commands list for Ubuntu):
<pre>
sudo touch .env
sudo chown -R www-data:www-data var/ config/ .env
</pre>
sudo chown -R www-data:www-data var/ config/ .env</pre>
<h3>PHP settings</h3>
Some PHP settings are recommended, but the default values should be enough to get you started.<br>
See vhost config's "php_value" section above for details.
<pre>
</pre>

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

0 comments on commit f83c8a0

Please sign in to comment.