Updated installation guide for new directories

skala
Yannick Warnier 12 years ago
parent 487813a18b
commit e92eb5800b
  1. 24
      documentation/installation_guide.html

@ -145,12 +145,11 @@ values. Consider changing the admin password to remember it.&nbsp;</li>
The following directories need to be readable, writeable and executable by your web server. The following directories need to be readable, writeable and executable by your web server.
<span class="muted">This usually requires no specific action on Windows servers, but will require a "chmod" under Linux and Mac. See instructions below.</span><br />Replace [chamilo] with the directory where your Chamilo installation is located): <span class="muted">This usually requires no specific action on Windows servers, but will require a "chmod" under Linux and Mac. See instructions below.</span><br />Replace [chamilo] with the directory where your Chamilo installation is located):
<ul> <ul>
<li>[chamilo]/main/inc/conf/</li> <li>[chamilo]/config</li>
<li>[chamilo]/main/upload/users/</li> <li>[chamilo]/data</li>
<li>[chamilo]/main/default_course_document/images/</li> <li>[chamilo]/logs</li>
<li>[chamilo]/archive/</li> <li>[chamilo]/temp</li>
<li>[chamilo]/courses/</li> <li>[chamilo]/main/default_course_document/images</li>
<li>[chamilo]/home/</li>
</ul> </ul>
Optionally, you can do the same to the following directories if you want to Optionally, you can do the same to the following directories if you want to
enable CSS styles package upload and sub-language definition: enable CSS styles package upload and sub-language definition:
@ -177,7 +176,7 @@ right-clicking on them).</p>
<p>The following directory needs to be readable and writeable for the web browser <p>The following directory needs to be readable and writeable for the web browser
<em>only</em> during the installation process:</p> <em>only</em> during the installation process:</p>
<ul> <ul>
<li>chamilo/main/inc/conf/ (if present)</li> <li>[chamilo]/config (if present)</li>
</ul> </ul>
<p>On Linux, Mac OS X and BSD operating systems you can use the <em>chmod <p>On Linux, Mac OS X and BSD operating systems you can use the <em>chmod
@ -205,7 +204,7 @@ in production), the login and password for MySQL will probably remain empty.</p>
<li><strong>Protect your configuration directory: </strong> <li><strong>Protect your configuration directory: </strong>
make sure no one (but you) can overwrite it. You can find the config directory in make sure no one (but you) can overwrite it. You can find the config directory in
<em>(chamilo folder)</em>/main/inc/conf. <em>(chamilo folder)</em>/config
Make it read-only (windows/xwindows: right-click the file to edit the Make it read-only (windows/xwindows: right-click the file to edit the
properties. linux/bsd/macosx: use the chmod 0555 command). The config properties. linux/bsd/macosx: use the chmod 0555 command). The config
file is created by your web server (Apache + PHP, usually) so you may file is created by your web server (Apache + PHP, usually) so you may
@ -456,12 +455,11 @@ choose "Configure the homepage" in the Chamilo administration section.</p>
The following directories need to be readable, writeable and executable for the web server: The following directories need to be readable, writeable and executable for the web server:
<ul> <ul>
<li>chamilo/main/inc/conf/</li> <li>chamilo/config</li>
<li>chamilo/main/upload/users/</li> <li>chamilo/data</li>
<li>chamilo/logs</li>
<li>chamilo/temp</li>
<li>chamilo/main/default_course_document/</li> <li>chamilo/main/default_course_document/</li>
<li>chamilo/archive/</li>
<li>chamilo/courses/</li>
<li>chamilo/home/</li>
</ul> </ul>
On Linux, Mac OS X and BSD operating systems you can quick-fix this using the On Linux, Mac OS X and BSD operating systems you can quick-fix this using the

Loading…
Cancel
Save