Installation Instructions » Historie » Version 6
Andreas Hauffe, 11.09.2021 15:38
1 | 1 | Andreas Hauffe | h1. Installation Instruction |
---|---|---|---|
2 | |||
3 | 2 | Andreas Hauffe | 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. |
4 | 1 | Andreas Hauffe | |
5 | 2 | Andreas Hauffe | 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. |
6 | 1 | Andreas Hauffe | |
7 | 2 | Andreas Hauffe | To install, download the appropriate installer for your operating system (Windows 64bit, Linux 64bit) from the eLamX² website |
8 | 1 | Andreas Hauffe | |
9 | 6 | Andreas Hauffe | > http://www.elamx.de . |
10 | 1 | Andreas Hauffe | |
11 | h2. Windows |
||
12 | |||
13 | 2 | Andreas Hauffe | # Download the installer (ends with: .exe) |
14 | # Start the installation with a double click on the downloaded file |
||
15 | 1 | Andreas Hauffe | # Follow the instructions. |
16 | |||
17 | h2. Linux |
||
18 | |||
19 | 2 | Andreas Hauffe | # Download the installer (ends in: .sh) |
20 | 1 | Andreas Hauffe | # Open a terminal |
21 | # Change to the download directory @cd $DOWNLOAD_FOLDER@ |
||
22 | 2 | Andreas Hauffe | # Set executable flag for the installer @chmod +x elamx2-linux.sh@ |
23 | # Start the installation @./elamx2-linux.sh@ |
||
24 | 1 | Andreas Hauffe | # Follow the instructions. |
25 | |||
26 | 2 | Andreas Hauffe | h2. ZIP file |
27 | 1 | Andreas Hauffe | |
28 | 2 | Andreas Hauffe | # After downloading ZIP file for your OS, it must be unzipped into any folder. |
29 | # 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: |
||
30 | > Windows with Java 32bit: elamx2.exe |
||
31 | > Windows with Java 64bit: elamx264.exe |
||
32 | 1 | Andreas Hauffe | > Linux: elamx2 |
33 | 2 | Andreas Hauffe | |
34 | 5 | Andreas Hauffe | h1. Language Settings of eLamX² |
35 | 2 | Andreas Hauffe | |
36 | 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. |
||
37 | |||
38 | So far, this behavior can only be changed using options when starting the program. There are two ways to do this. |
||
39 | |||
40 | h2. Temporary Solution |
||
41 | |||
42 | When calling the program in the command line or input prompt, "-locale en" must be added. |
||
43 | |||
44 | Example Windows |
||
45 | |||
46 | 3 | Andreas Hauffe | "C:\\$INSTALLATION DIRECTORY$\\bin\\elamx2.exe" –locale en |
47 | 2 | Andreas Hauffe | |
48 | Example Linux |
||
49 | |||
50 | 3 | Andreas Hauffe | $INSTALLATION DIRECTORY$/eLamX2 –locale en |
51 | 2 | Andreas Hauffe | |
52 | h2. Permanent Solution |
||
53 | |||
54 | 4 | Andreas Hauffe | "–Locale en" has to be added in the configuration file of eLamX². This can be found in the following locations: |
55 | 2 | Andreas Hauffe | |
56 | Windows |
||
57 | |||
58 | 3 | Andreas Hauffe | C:\\$INSTALLATION DIRECTORY$\\etc\\elamx2.conf |
59 | 2 | Andreas Hauffe | |
60 | Linux |
||
61 | |||
62 | 3 | Andreas Hauffe | $INSTALLATION DIRECTORY$/etc/elamx2.conf |
63 | 2 | Andreas Hauffe | |
64 | In the elamx2.conf, the entry default_options is supplemented by "–locale en" so that it looks like this: |
||
65 | |||
66 | 3 | Andreas Hauffe | default_options = "- locale en ..." |
67 | 2 | Andreas Hauffe | |
68 | As a further alternative, the temporary solution can also be implemented as a link in Windows. |