You are viewing the RapidMiner Server documentation for version 8.2 - Check here for latest version
Installation
The Scoring Agent is shipped with RapidMiner Server. To obtain the distribution ZIP you will need to
install RapidMiner Server first. After the installation has been completed, navigate to the
installation directory and unzip scoring-agent/scoring-agent.zip
to a desired location -- let's call the new
location $SA_HOME
. Before you start the Scoring Agent, you will need to install a valid license.
Install a license
To install a Scoring Agent license visit my.rapidminer.com and copy the license key to your clipboard.
Afterwards navigate to $SA_HOME/workspace/licenses/rapidminer-scoring
and create a new license file with the name rapidminer-scoring.lic
. Paste the content of your clipboard into the file.
Configure properties
To configure the behavior of the Scoring Agent open the $SA_HOME/workspace/config/config.properties
file and change its contents.
The default port of the Scoring Agent is 8090. If you want to change the port modify the server.port
property in the
$SA_HOME/workspace/config/config.properties
file and restart the Agent.
Install extensions
To install RapidMiner extensions go to $SA_HOME/workspace/extensions/
and place the desired extension JARs into the folder.
Start the Scoring Agent
To start the Scoring Agent navigate to the $SA_HOME/bin
directory and execute rapidminer-scoring-agent
in case of
a unix system or rapidminer-scoring-agent.bat
in case of a windows machine. Once the Scoring Agent has successfully
started, you will see the following log lines:
INFO 6221 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http) INFO 6221 --- [main] c.r.execution.scoring.Application : Started Application in 20.226 seconds (JVM running for 22.243)
What's next?
Next you can create a new deployment from RapidMiner Server or install an already existing deployment.