Projekt

Allgemein

Profil

Installation Instructions » Historie » Version 4

Andreas Hauffe, 11.09.2021 15:37

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