Setup / Install Configuration
Im currently installing Rapidminor in a Classroom for students with their central deployment solution, my problem is that licence file and settings are stored in c:\users\”and the folder of logged on user” e.g c:\users\student01\.rapidmining
Our concern is that we on regulary basis cleaning up folders to preserve diskspace so we usually redirect files and settings like thisTo our users home directory, so how do we (if its even possible) redirect these settings in rapidmining studio
我们目前正在运行的版本9
0
Answers
Absolutely. You can always change the installation folder for RM Studio.
The installation folder is not very big. But the local repository usually takes a lot of disk space. You can move the location for your local repositories from c:\ drive to d:\ as an example.
Check out this post about the path of local repository
https://community.www.turtlecreekpls.com/discussion/55628/repository-paths-in-rapidminer-studio
When you create new repository connections, you can modify the location of that
Cheers,
YY
If You want to move the .RapidMiner folder to the users folder (for example C:\Users\Student01) use our RapidMiner-Studio.bat file to bypass an enviroment variable.
The following variable modify the user default location directory path
-Duser.home="c:\path\to\folder"
Open the bat file and modify the following lines:
:launch
echo Launching RapidMiner Studio GUI now...
“% JAVA%" %JVM_OPTIONS% [-Duser.home="...."] -cp .........
goto startEnd
Between the brackets You can specify the directory path.
Cheers,
bpimper