Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:install [2025/12/04 11:50] – [2.2 MS Windows systems] admin | en:install [2026/03/16 14:59] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Installation Guide ===== | ===== Installation Guide ===== | ||
| - | **Open eClass 4.2** | + | **Open eClass 4.3** |
| Line 160: | Line 160: | ||
| - | You can decompress the openeclass-4.2.tar.gz file using the '' | + | You can decompress the openeclass-4.3.tar.gz file using the '' |
| To give access rights to web server you can type the following commands (e.g. if the web server runs as a www-data user) | To give access rights to web server you can type the following commands (e.g. if the web server runs as a www-data user) | ||
| Line 216: | Line 216: | ||
| ==== 3.3 How to modify messages ==== | ==== 3.3 How to modify messages ==== | ||
| - | If you want to modify any message of platform then proceed with the following actions: Create a file of type .php with name english.inc.php (or greek.inc.php) and place it in directory (eclass path)/ | + | If you want to modify any message of platform then proceed with the following actions: Create a file of type .php with name '' |
| $langAboutText = "The platform version is"; | $langAboutText = "The platform version is"; | ||
| - | create '' | + | create '' |
| <?php | <?php | ||
| Line 228: | Line 228: | ||
| With the above way, you preserve custom messages from future upgrades of platform. | With the above way, you preserve custom messages from future upgrades of platform. | ||
| - | You can modify the names of the basic roles of the users of the platform by modifying the message file '' | + | You can modify the names of the basic roles of the users of the platform by modifying the message file '' |
| '' | '' | ||
| - | You can add a text (e.g. informative) on the left and right of the platform homepage. For that reason, assign the value - message in variables $langExtrasLeft και $langExtrasRight, | + | You can add a text (e.g. informative) on the left and right of the platform homepage. For that reason, assign the value - message in variables $langExtrasLeft και $langExtrasRight, |
| Line 249: | Line 249: | ||
| ==== 3.6 Other settings ==== | ==== 3.6 Other settings ==== | ||
| - | |||
| - | Finally, it should be noted to the users of the platform that they need to have javascript activated on their browser. | ||
| - | |||
| - | * For Internet Explorer users, choose consecutively Internet Options/ | ||
| - | * For users Mozilla Firefox, choose consecutively Edit / Preferences / Web features from the menu and check the Enable Java script for Navigator option. | ||
| **For Unix / Linux systems only**: | **For Unix / Linux systems only**: | ||