The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"install rapidminer 5 in debian 5"
hi,
i use debian 5 . i want to install RapidMiner Community Edition 5.
I unable to find any instruction, Can any one tell me where i can find those instruction or
can any one help me.
Thank U in advance.
Mahasen
i use debian 5 . i want to install RapidMiner Community Edition 5.
I unable to find any instruction, Can any one tell me where i can find those instruction or
can any one help me.
Thank U in advance.
Mahasen
Tagged:
0
Answers
right now we do not provide a deb package for Rapidminer. However, you can download the zip version of RapidMiner here
http://sourceforge.net/projects/yale/files/
Then unzip it and open a shell and switch to the location of the zip content:
1. Make sure you have Java installed. RapidMiner runs on Java 6.0
(aka 1.6) or higher. Type "java -version" on the command line to
figure out your Java version. A Java Runtime Environment can
be downloaded from http://java.sun.com/
Make sure your JAVA_HOME environment variable is set to point to
the correct location (i.e. the installation directory of Java).
2. You can start RapidMiner using the executable jar file
lib/rapidminer.jar. On some operating systems, double clicking
on lib/rapidminer.jar starts RapidMiner.
If that does not work, you can try typing something like
java -jar lib/rapidminer.jar
If that does not work, you can use the start scripts in the
scripts directory. On a MS Windows system use
scripts\rapidminer.bat and scripts\RapidMinerGUI.bat,
on a Unix system use scripts/rapidminer and scripts/RapidMinerGUI.
Please note that you might have to set the executable flags on
Unix systems for these scripts before you can use them.
(Optional) If you want to run RapidMiner from anywhere on your
system, add the scripts directory to your path.
Ciao Sebastian