Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:install [2025/05/09 12:27] – [Installation Guide] admin | en:install [2025/12/04 11:51] (current) – [3.3 How to modify messages] admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Installation Guide ===== | ===== Installation Guide ===== | ||
| - | **Open eClass 4.1** | + | **Open eClass 4.2** |
| Line 160: | Line 160: | ||
| - | You can decompress the openeclass-3.16.tar.gz file using the '' | + | You can decompress the openeclass-4.2.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 194: | Line 194: | ||
| ===Installation Process=== | ===Installation Process=== | ||
| - | Unzip the '' | + | Unzip the '' |
| In order to start installation, | In order to start installation, | ||
| Line 213: | Line 213: | ||
| ==== 3.1 How to modify test courses ==== | ==== 3.1 How to modify test courses ==== | ||
| Platform introduces 3 tentative / general Schools / Faculties. (Faculty 1-Code TMA, Faculty 2-Code TMB etc). You will have to change and adjust them to the Schools-Faculties of your own institute. You can do this through the administrator tool. You will find more and further information for these actions in the Administrator' | Platform introduces 3 tentative / general Schools / Faculties. (Faculty 1-Code TMA, Faculty 2-Code TMB etc). You will have to change and adjust them to the Schools-Faculties of your own institute. You can do this through the administrator tool. You will find more and further information for these actions in the Administrator' | ||
| - | ==== 3.2 Theme Options ==== | ||
| - | If you want to change the default theme or creating a new one, login in platform as administrator and click in "Admin tools" / "Other Tools / Theme settings" | ||
| ==== 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 230: | 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, |
| - | ==== 3.4 Support of mathematical symbols ==== | ||
| - | You can type mathematical symbols. See further details in | + | ==== 3.4 Basic Settings, Theme Settings ==== |
| - | [[en: | + | |
| + | After logging as admin user, click in "Admin Tools" | ||
| - | ==== 3.5 Basic Settings | + | * You can change platform theme by clicking in " |
| - | You can configure several options of platform. After logging as admin user, click in "Admin Tools" and after that, click in " | + | |
| + | * By default, platform supports uploading of all the usual text, audio, video and image file types. If you desire to add a new file type, type its extension in ' | ||
| + | |||
| + | |||
| + | ==== 3.5 Support of mathematical symbols ==== | ||
| + | |||
| + | You can type mathematical symbols. See further details in | ||
| + | [[en: | ||
| - | By default platform supports uploading of all the usual text, audio, video and image file types. If you desire to add a new file type, type its extension in ' | ||
| ==== 3.6 Other settings ==== | ==== 3.6 Other settings ==== | ||