Options

COMMAND line, inluding repository

fritmorefritmore Member Posts: 90 Contributor II
edited November 2018 in Help
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

Answers

  • Options
    MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    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
  • Options
    leiterenatoleiterenato Member Posts: 6 Contributor II
    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
Sign In or Register to comment.