Open eClass Documentation
You are here: start » en » install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:install [2025/05/09 12:31] – adminen: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 ''tar xzvf openeclass-3.16.tar.gz'' command. The sub-directory created during decompression of the packet includes all the application files and has to be placed in an accessible point by the computer web server.+You can decompress the openeclass-4.2.tar.gz file using the ''tar xzvf openeclass-4.2.tar.gz'' command. The sub-directory created during decompression of the packet includes all the application files and has to be placed in an accessible point by the computer web server.
  
 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 ''openeclass-4.1.zip'' file in the root directory of the Apache. The subdirectory created during the decompression of the package includes all files of the application. This sub-directory has to be placed in an accessible path by the web server.+Unzip the ''openeclass-4.2.zip'' file in the root directory of the Apache. The subdirectory created during the decompression of the package includes all files of the application. This sub-directory has to be placed in an accessible path by the web server.
  
 In order to start installation, visit the ''/install/'' sub-directory address with a web browser. If, for example, the main eclass directory is located in http://www.example.gr/openeclass/, the address you have to type is http://www.example.gr/openeclass/install/. Then follow the platform installation guide steps like the ones presented on your screen. Note that during the installation process you will be required the following: In order to start installation, visit the ''/install/'' sub-directory address with a web browser. If, for example, the main eclass directory is located in http://www.example.gr/openeclass/, the address you have to type is http://www.example.gr/openeclass/install/. Then follow the platform installation guide steps like the ones presented on your screen. Note that during the installation process you will be required the following:
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)/config/. Find the varible name which contains the message you wish to change and assing it the new message. e.g. If you want to change message+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)/config/''. Find the varible name which contains the message you wish to change and assing it the new message. e.g. If you want to change message
  
   $langAboutText = "The platform version is";   $langAboutText = "The platform version is";
  
-create ''english.inc.php'' in directory (eclass path)/config/ like this:+create ''english.inc.php'' in directory ''(eclass path)/config/'' like this:
  
   <?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 ''(eClass_path)/modules/lang/english/common.inc.php+You can modify the names of the basic roles of the users of the platform by modifying the message file ''(eclass path)/modules/lang/english/common.inc.php
 '' ''
-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, correspondingly in file ''(path του eClass)/modules/lang/english/common.inc.php'' +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, correspondingly in file ''(eclass path)/modules/lang/english/common.inc.php'' 
  
  
Open eClass Documentation

Table of Contents