订阅

UiPath Process Mining

The UiPath Process Mining Guide

安装训练环境

简介

如果您想学习 UiPath Academy 的 UiPath Process Mining 课程,则需要安装才能执行练习。您可以通过一些选项进行设置,每个选项都有其自身的风险,而您需要了解这些风险。

安装选项

选项包括:

  • 在另一台服务器上设置安装
  • 在同一服务器上设置第二次安装
    推荐单独安装。效果最佳的方法是在单独的服务器上设置训练安装。

📘

备注:

由于这是一台不同的服务器,因此需要请求新的许可证。

在同一服务器上使用第二次安装也需要新的许可证。对于安装培训环境,UiPath 提供打折的非生产许可证。

还可以在与生产环境相同的服务器上完成第二次安装。注意,这确实存在与生产安装共享服务器容量(CPU、RAM 和存储空间)的缺点。

🚧

备注:

非常不建议您使用生产安装,因为超级管理员用户可以发布可能会覆盖生产应用程序的应用程序。此外,安装时,所有其他资产也会在所有用户之间共享(例如,数据集、存储库)。

根据开发者的数量,训练安装可能会占用生产安装的大部分容量。

在同一服务器上设置第二次安装

请按照以下步骤执行 UiPath Process Mining 的第二次安装。

StepAction
1On the server, create a directory for the training enviroment (e.g.c:\processmining-training).
We will now refer to this directory as [PLATFORMTRAININGDIR].
2Create the directory [PLATFORMTRAININGDIR]\builds.
3Place the installation package in the [PLATFORMTRAININGDIR]\builds directory.
• Right-click on the installation package.
• Select Extract All…. A subdirectory is now created automatically.

We will now refer to this directory as [EXTRACTDIR].
4Run the following batch file: [EXTRACTDIR]\install\activate-build\activate-build.bat.
5Copy the file [EXTRACTDIR]\install\processgold.lic to [PLATFORMTRAININGDIR].
6Copy the directory [EXTRACTDIR]\install\databases to [PLATFORMTRAININGDIR].
7Right click on [PLATFORMTRAININGDIR] and click on Properties.
In the Security tab, click on Edit…, and then on Add….
• Enter IIS_IUSRS in the text box.
• Click on Check Names. Verify that IIS_IUSRS is prefixed with the hostname.
• Click on OK.
8In the Group or user names list, select IIS_IUSRS.
• In the list below find the Full control row, check Allow.
• Click several times on OK to apply all changes and close all windows.
9Open Internet Information Services (IIS) Manager.
10In IIS Manager, right click on Sites and click on Add Website….

• Enter a name, e.g. processmining-training.
• Enter [PLATFORMTRAININGDIR]\builds as the physical path.
• Enter 8081 as the port number (any unused port number will do but keep the port number of the production installation in mind).
• Click OK to create the site.

Note: Leave the localhost binding intact. The initial login is only possible on localhost.
11In IIS Manager, click on Application Pools.
• Select the application pool with the same name as the site you created in the previous step.
In the panel on the right, click on Recycling….
• Uncheck the Regular time intervals checkbox.
• Check the Specific time(s) checkbox.
• In the text box, enter 02:00.
Other times will also do, but keep in mind that all users that are logged in, will be logged out at that time.
• Click on Next, and Finish.
12Update your license and Git Repository .

📘

备注:

当服务器上存在 Process Mining 安装时,您可以将全新安装的 [PLATFORMDIR] 复制到 [PLATFORMTRAININGDIR]。在这种情况下,您可以跳过步骤 1 到 6,直接从步骤 7 开始。

UiPath Process Mining。 的新安装现已完成。

可以通过 http://localhost:8081/?page=superadmin 访问 UiPath Process Mining 的新安装。在这里,您可以使用默认用户名 sa 和默认密码 sa 登录。

🚧

备注:

URL 中的 superadmin 必须全部小写!

3个月前更新

安装训练环境


建议的编辑仅限用于 API 参考页面

您只能建议对 Markdown 正文内容进行编辑,而不能建议对 API 规范进行编辑。