はじめに
UiPath アカデミーの UiPath Process Mining コースを利用する場合は、演習を行うためのインストールが必要です。その設定方法はいくつかあり、それぞれが異なるリスクを伴うため、注意が必要です。
インストール オプション
以下のオプションを利用できます。
- 別のサーバーにインストールして設定する
- 同じサーバーに 2 つ目をインストールして設定する
インストールは別々に行うことをお勧めします。最も効果的な方法は、別々のサーバーにトレーニングをインストールして設定することです。
注
これは別のサーバーなので、新しいライセンスをリクエストする必要があります。
2 つ目のインストールは、運用環境と同じサーバーでも実行できます。同じサーバーに 2 つ目をインストールすると、新しいライセンスをリクエストしなくても済みます。ただし、サーバーの容量 (CPU、RAM、ストレージ) を運用インストールと共有することになります。
重要
運用アプリケーションを上書きする可能性のあるアプリケーションを superadmin ユーザーがリリースできるため、運用インストールの利用は極力避けてください。また、インストール時には、他のさまざまなアセット (データセット、リポジトリなど) がすべてのユーザー間で共有されます。
開発者の数にもよりますが、トレーニングのインストールによって、この容量のかなりの部分が運用インストールから差し引かれる可能性があります。
同じサーバーに 2 つ目をインストールして設定する
UiPath Process Mining の 2 つ目のインストールを実行するには、以下の手順に従います。
Step | Action |
---|---|
1 | On the server, create a directory for the training enviroment (e.g.c:\processmining-training). We will now refer to this directory as <PLATFORMTRAININGDIR>. |
2 | Create the directory <PLATFORMTRAININGDIR>\builds . |
3 | Place 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> . |
4 | Run the following batch file: <EXTRACTDIR>\install\activate-build\activate-build.bat . |
5 | Copy the file <EXTRACTDIR>\install\processgold.lic to <PLATFORMTRAININGDIR> . |
6 | Copy the directory <EXTRACTDIR>\install\databases to <PLATFORMTRAININGDIR> . |
7 | Right 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. |
8 | In 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. |
9 | Open Internet Information Services (IIS) Manager. |
10 | In 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. |
11 | In 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. |
12 | Update your license file and Git repostiory. |
注
サーバー上に Process Mining がクリーン インストールされている場合は、クリーン インストールの
<PLATFORMDIR>
を<PLATFORMTRAININGDIR>
にコピーできます。この場合、手順 1 ~ 6 をスキップして手順 7 から開始できます。
UiPath Process Mining の新規インストールはこれで完了です。
新しくインストールした UiPath Process Mining には、http://localhost:8081/?page=superadmin
からアクセスできます。ここで、既定のユーザー名 sa
と既定のパスワード sa
を使用してログインできます。
1 年前に更新