INSTALLATION OF RAPIDMINER-STUDIO IN UBUNTU 16.04
Installation of Java:
Step 1:Open the terminal by pressing ctrl+alt+T and then type
sudo apt-get update
Step 2:After the update is finished type
sudo apt-get install software-properties-common
Step 3:We have to add java repository by typing
sudo add-apt-repository ppa:webupd8team/java
Step 4:Update the system once again.
sudo apt-get update
step 5:Install java-8 by running the command
sudo apt-get install oracle-java8-installer
step 6:After that to check whether java is installed on our system type the command in terminal like
java-version
Step 7:To check whether the path is set for java type
echo $JAVA_HOME
in terminal
It gives the current information about java.
Installation of Rapid miner studio
Step 1:Get the Rapid miner studio from the website by clicking the below link
https://my.rapidminer.com/nexus/account/index.html#downloads
and then select the linux distribution
Step 2:After that extract the downloaded file and right click on it and select open in terminal option
Step 3:You can list the files in the directory by dir and then type ./RapidMiner-Studio.sh and click ok
Step 4:Rapid miner studio opens Accept the lisence term and click next
Step 5:Enter the information to sign up to your account in Educational purpose.
Step 6:After verifying your mail your Rapid miner studio will be opened
(Note:Everytime you have to open the extracted folder in terminal and type ./RapidMiner-Studio.sh in your terminal to access RapidMiner-Studio
Step 1:Open the terminal by pressing ctrl+alt+T and then type
sudo apt-get update
Step 2:After the update is finished type
sudo apt-get install software-properties-common
Step 3:We have to add java repository by typing
sudo add-apt-repository ppa:webupd8team/java
Step 4:Update the system once again.
sudo apt-get update
step 5:Install java-8 by running the command
sudo apt-get install oracle-java8-installer
step 6:After that to check whether java is installed on our system type the command in terminal like
java-version
echo $JAVA_HOME
in terminal
It gives the current information about java.
Installation of Rapid miner studio
Step 1:Get the Rapid miner studio from the website by clicking the below link
https://my.rapidminer.com/nexus/account/index.html#downloads
and then select the linux distribution
Step 2:After that extract the downloaded file and right click on it and select open in terminal option
Step 3:You can list the files in the directory by dir and then type ./RapidMiner-Studio.sh and click ok
Step 4:Rapid miner studio opens Accept the lisence term and click next
Step 5:Enter the information to sign up to your account in Educational purpose.
Step 6:After verifying your mail your Rapid miner studio will be opened
(Note:Everytime you have to open the extracted folder in terminal and type ./RapidMiner-Studio.sh in your terminal to access RapidMiner-Studio
No comments:
Post a Comment