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.
103
+
<pre>
104
+
sudo chown -R root: config/ .env
105
+
sudo rm -r public/main/install/
106
+
</pre>
107
+
100
108
<h2>3. Command line installation</h2>
101
109
<aid="cli-install" class="anchor"></a>
102
110
@@ -116,7 +124,7 @@ <h3>3.1. Software stack</h3>
116
124
rm chamilo2.0.0-beta.1.tar.gz
117
125
cd chamilo
118
126
touch .env
119
-
chown -R www-data: var .env
127
+
chown -R www-data: var/ config/ .env
120
128
mysql -u root -e "GRANT ALL PRIVILEGES ON chamilo.* TO chamilo@localhost IDENTIFIED BY '[choose a password here]'";
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.
0 commit comments