You are viewing the RapidMiner Server documentation for version 9.0 -Check here for latest version
Configuring RapidMiner Server without a Display
You can configure a machine that does not have an attached display monitor or does not support a graphical user interface (a "headless installation") by using the XML file you created instep 4of the full server package installation. (In that step, you should have selectedInstall RapidMiner Server on a headless machineas the installation type to create the file.) The XML installer file contains all the information you entered in the installer. For example:
localhost 3306 null true 8080 MyDBpassword MyMailPassword C:\Users\TestUser\rapidminer-server\rapidminer-server-9.0.0 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx HOSTNAME 2048 com.mysql.jdbc.Driver false 5672 25 SUSE rapidminer-server@example.com MySQL 8096 1081 smtp.example.com RapidMiner_Server C:\Program Files\Java\jdk1.8.0_172 db_user RMS900-SVC true 2 true false false C:\Users\TestUser\rapidminer-server\rapidminer-server-home admin rapidminer_server mysql-connector-java-5.1.31-bin.jar
Note that if you created the file on Windows and are installing it on Linux (or vice versa), you will need to edit the file to make operating system-specific changes.
Prerequisites for running a headless install
In addition tothe prerequisitesnoted for the standard installation, the following are required to successfully complete an installation from the RapidMiner Server installation script:
- Java 8 (either JDK or JRE) on the server you are installing on.
- 从当前服务的访问er to the RapidMiner service database.
- Write access to all required directories.
Running the installation
To use the captured installation script:
Copy the installation script and therapidminer-server-installer-x.x.x.zipfile to the headless machine on which RapidMiner Server will be installed.
Log in to the headless machine using a remote shell (for example, SSH for Linux or PuTTY for Windows).
Extract the contents of the .zip file to a temporary installation directory (for example, use
unzip rapidminer-server-installer-x.x.x.zip
on GNU/Linux based systems to extract all installation files).From thebindirectory (inside the RapidMiner Server temporary installation directory), run either:
Linux:
./rapidminer-server-installer
or Windows:
rapidminer-server-installer.bat
When the command completes, return to thestandard installationinstructions to start RapidMiner Server.