You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this beta version, there are known issues with sessions not getting updated fast enough, which can be solved (temporarily) by using a Redis server. Check the command line instructions for more about this. This is a temporary situation that we expect to fix before the stable release.
99
-
99
+
100
+
<h3>2.7. Clean up</h3>h3>
101
+
<aid="web-cleanup" class="anchor"></a>
102
+
As recommended by the installer's last page, make sure you change permissions on the config/ dir and the .env file, and you delete the public/main/install/ folder.
Make sure the following files and folders are writeable by the web server. Set permissions to 0770 for example:
190
+
Make sure the following files and folders are writeable by the web server during the installation. Set permissions to 0770 or the owner to www-data, for example:
You should now be able to direct your browser to your URL (e.g. <em>[http://my.chamilo.local]</em>).<br>
203
211
Chamilo will pick it up from there and offer the installation wizard to help guide you through the rest of the process.
204
212
213
+
<h3>3.7. Clean up</h3>h3>
214
+
<aid="cli-cleanup" class="anchor"></a>
215
+
As recommended by the installer's last page, make sure you change permissions on the config/ dir and the .env file, and you delete the public/main/install/ folder.
216
+
<pre>
217
+
sudo chown -R root: config/ .env
218
+
sudo rm -r public/main/install/
219
+
</pre>
220
+
205
221
<h2>4. Command line upgrade from 1.11.*</h2>
206
222
<aid="cli-upgrade" class="anchor"></a>
207
223
<h3>4.1. Database</h3>
@@ -263,7 +279,7 @@ <h4>6.2.1. WampServer</h4>
263
279
<ahref="https://www.wampserver.com/">Download</a> and install WampServer (accept default options if in doubt).<br>
264
280
Restart WampServer to make these changes effective.<br>
265
281
Open http://localhost/ in your browser. If the WampServer welcome screen with server configuration info appears, it means WampServer is working.<br>
266
-
Click on the WampServer icon in your status bar and go to PHP -> Extensions. Make sure all the following extensions are enabled: php_curl, php_gd, php_intl, php_mbstring, php_mysqli, php_soap, php_xml, php_zip<br>
282
+
Click on the WampServer icon in your status bar and go to PHP -> Extensions. Make sure all the following extensions are enabled: php_curl, php_gd, php_intl, php_ldap, php_mbstring, php_mysqli, php_soap, php_xml, php_zip<br>
267
283
Edit C:\wamp64\bin\php\php8.3\php.ini, locate ";extension=sodium" and remove the ";" from the beginning of the line.<br>
268
284
Also, update the "memory_limit" setting from "128M" to "2048M" and a few other settings as shown below.<br>
- Download the Chrome driver, unzip and copy into /usr/bin
16
16
17
-
Check the latest version at https://sites.google.com/a/chromium.org/chromedriver/downloads,
18
-
then adapt the following command to the latest version. Use a version that matches your version of the Chrome browser.
17
+
Check the latest `chromedriver` version at [https://googlechromelabs.github.io/chrome-for-testing/](https://googlechromelabs.github.io/chrome-for-testing/) that matches your configuration (linux64 for Ubuntu), then adapt the following command to the latest version. Use a version that matches your version of the Chrome browser.
0 commit comments