diff --git a/documentation/default.css b/documentation/default.css index 754f621f78..2835a05c63 100644 --- a/documentation/default.css +++ b/documentation/default.css @@ -617,7 +617,7 @@ div.admin_section h4 { .announcements_datum { font-size: 12px; - font-weight: italic; + font-style: italic; color: #666666; } /* System announcements on homepage */ diff --git a/documentation/installation_guide.html b/documentation/installation_guide.html index bec3e29743..f7354525a9 100644 --- a/documentation/installation_guide.html +++ b/documentation/installation_guide.html @@ -1,13 +1,16 @@ - -
- -
-NOTES:
+NOTES:
Do not modify the home_*.html files directly. Instead,
choose "Configure the homepage" in the Dokeos administration section.
Windows : with combination packages like XAMPP, out of the box, login and password
@@ -195,21 +198,13 @@ To get the best of Dokeos, you need to finetune PHP settings. Consider :
|
-
+
max_execution_time = 300 ; Maximum execution time of each script, in seconds max_input_time = 600 ; Maximum amount of time each script may spend parsing request data memory_limit = 256M ; Maximum amount of memory a script may consume (128MB) post_max_size = 64M upload_max_filesize = 100M - - |
-
Some users could meet problems if their PHP settings don't fit
@@ -265,7 +260,7 @@ directories. You can still recover them from your backup if you have made it.
If you upgrade from a lower version of Dokeos (1.6.x), the first
and most important thing to do is to *move* your current directory to another
-place.
An easy way to do that is to create a subdirectory called
+place.
An easy way to do that is to create a subdirectory called
"old_version" in your current Dokeos directory and move everything in
there using a simple "move" command (i.e. under Linux: mkdir old_version;
mv * old_verion/), then make the old_version/ directory writeable by the web server so that courses/ and upload/ directories can be moved from the old to the new installation.
The complete process is as follow:
@@ -338,12 +333,11 @@ go to your Dokeos adress and log in with the admin user.
Then you will see a "Platform admin section" link in the header of the
web page. There you can manage users, courses, sessions, portal look
and feel, homepage content, course categories etc.
-This part is optional, only organisations with an LDAP server will need to read this.
+This part is optional, only organisations with an LDAP server will need to read this.
An LDAP module is already provided in Dokeos, but it has to be configured to make it work.
| On some Windows computers, located : C:\Program Files\OpenOffice.org 2.2\share\registry\data\org\openoffice\Setup.xcu -On some Linux computers, located : /usr/lib/openoffice/share/registry/data/org/openoffice/Setup.xcu |
-
|
- <prop oor:name="ooSetupConnectionURL"> + <prop oor:name="ooSetupConnectionURL"> <value> socket,host=localhost,port=2002;urp;StarOffice.ServiceManager </value> -</prop> |
-
|
- <prop oor:name="ooSetupInstCompleted"> + <prop oor:name="ooSetupInstCompleted"> <value>false</value> -</prop> |
-
| Host : localhost - Path to LZX Files: /main/webrooms/recorder.swf + Host : localhost + Path to LZX Files: /main/webrooms/recorder.swf Leave the other fields empty Leave the default width and height of the converted slides unchanged (as long as your clients use most often a 1024x768 standard definition -screen) |
-
|
- FCKConfig.ToolbarSets["Test"] = [ + FCKConfig.ToolbarSets["Test"] = [ ['Bold','Italic','Underline','StrikeThrough','Subscript','Superscript','Link','ImageManager','MP3','OrderedList','UnorderedList','Table','mimetex'] -] ; |