Projekt

Allgemein

Profil

Installation Instructions » Historie » Revision 5

Revision 4 (Andreas Hauffe, 11.09.2021 15:37) → Revision 5/6 (Andreas Hauffe, 11.09.2021 15:38)

h1. Installation Instruction 

 eLamX² is available in two ways for Windows 64bit and Linux 64bit. On the one hand as an installer and on the other hand as a ZIP file. 

 The installer installs eLamX² on the system including all necessary dependencies. The ZIP files contain a directly executable version of eLamX², so that no installation or administrator permissions are necessary. The ZIP files simply have to be unzipped into a folder of your choice and then the executable file in the "bin" folder started. 

 To install, download the appropriate installer for your operating system (Windows 64bit, Linux 64bit) from the eLamX² website 

 > http://www.elamx.de 

 . 

 h2. Windows 

 # Download the installer (ends with: .exe) 
 # Start the installation with a double click on the downloaded file 
 # Follow the instructions. 

 h2. Linux 

 # Download the installer (ends in: .sh) 
 # Open a terminal 
 # Change to the download directory @cd $DOWNLOAD_FOLDER@ 
 # Set executable flag for the installer @chmod +x elamx2-linux.sh@ 
 # Start the installation @./elamx2-linux.sh@ 
 # Follow the instructions. 

 h2. ZIP file 

 # After downloading ZIP file for your OS, it must be unzipped into any folder. 
 # In the eLamX² directory that is now available, the executable file in the "bin" subdirectory must be executed with a double click. The following assignment applies: 
 > Windows with Java 32bit: elamx2.exe 
 > Windows with Java 64bit: elamx264.exe 
 > Linux: elamx2 

 h1. Language Settings Set the language of the eLamX² 

 Basically, the program adapts to the language settings of the operating system. The default language is English. The program only starts with a German GUI if the operating system language is German. 

 So far, this behavior can only be changed using options when starting the program. There are two ways to do this. 

 h2. Temporary Solution 

 When calling the program in the command line or input prompt, "-locale en" must be added. 

 Example Windows 

	 "C:\\$INSTALLATION DIRECTORY$\\bin\\elamx2.exe" –locale en 

 Example Linux 

	 $INSTALLATION DIRECTORY$/eLamX2 –locale en 

 h2. Permanent Solution 

 "–Locale en" has to be added in the configuration file of eLamX². This can be found in the following locations: 

 Windows 

	 C:\\$INSTALLATION DIRECTORY$\\etc\\elamx2.conf 

 Linux 

	 $INSTALLATION DIRECTORY$/etc/elamx2.conf 

 In the elamx2.conf, the entry default_options is supplemented by "–locale en" so that it looks like this: 

	 default_options = "- locale en ..." 

 As a further alternative, the temporary solution can also be implemented as a link in Windows.