Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

  1. RAM not less than 4Gb, free disk space from 5 Gb
  2. Astra Linux 1.7.2, with basic security profile settings (no Windows domain entry)

  3. Account with administrator rights (sudo)

    Примечание
    titleAttention!

    Direct installation in the root session (when the root@<host> prompt is displayed in the terminal) can lead to unpredictable consequences and is therefore unacceptable. Do the installation in the session of a user who has access to sudo commands.

  4. Stable connection to official Astra Linux repositories (access to the Internet or to local mirrors of RED OS Astra Linux package repositories)
  5. To work with browser automation - it is necessary to make sure that one of the browsers is available, if necessary - install one of the supported in the current release:

...

Select Clients → Robin.Agent → Credentials → Client secret



Example of a received recordtext: BDsArvgg7R9lKXJHe6fSKU4dRB8xBlY4

...

For more information about using Orchestrator, please check the documentation for about Orchestrator.

Connecting configuration file

...

  1. It is necessary to place the file in one of the folders available to the user, for example in the home directory - /home/user
  2. To move a file to the target directory, execute the command:
    sudo cp -f /home/user/Robin.Agent.cfg /etc/RobinPlatform/2.0.0/Agent
  3. After moving the file, you need to grant permissions for applications to access it
    sudo chmod 664 /etc/RobinPlatform/2.0.0/Agent/Robin.Agent.cfg
    sudo chown rpa-robin:rpa-robin /etc/RobinPlatform/2.0.0/Agent/Robin.Agent.cfg
  4. After all manipulations are done, you can run the ls -l command and check the success and uniformity of file permissions in the folder.

Launching robots

Local launch of robots (robot file on the host)

The versions of the actions used in the robot must be present in the installed platform for the robot to execute successfully.

...