🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

COMMAND line, inluding repository

User: "frito"
New Altair Community Member
Updated by Jocelyn
Hi

is there a way to specify repository location in the command line process execution?
The thing is I do not have admin rights on that server so I cannot properly install RM ...
thx

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "MariusHelf"
    New Altair Community Member
    If you don't have admin rights, you can simply download the "other systems" package from our download site, unzip it into an arbitrary directory in your home directory and use the batch files in the scripts directory to start rapidminer. Then you can run rapidminer correctly without having admin rights.

    Cheers, Marius
    User: "leiterenato"
    New Altair Community Member
    Hi "fritmore",

    My comments...

    "is there a way to specify repository location in the command line process execution?"
    What did you mean by that?
    Are you searching for a command to set the repository in RM?

    When you install RM, it creates a folder in ~/.RapidMiner5. In this folder there is a file called repositories.xml.
    There you can specify your repository without running any scripts. The file has this format:

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <repositories>
      <localRepository>
        <file>/Users/leiterenato/Desktop/Repo</file>
        <alias>MiniLocalRepository</alias>
      </localRepository>
    </repositories>

    Just modify the file with your parameters and restart RM.
    I changed here and worked fine.

    Regards,
    Renato Leite