반응형
IIS 설정하는 방법은 서버 관리자에서 IIS설정 탭에 들어가서 직접 Install 해주어도 되지만 그렇게 하면 시간도 걸리고 빼먹는 iis 설정이 있으니 Uipath 에서 편하게 PowerShell 스크립트를 만들어 두었으니 활용하도록 하자...!
● PowerShell 관리자 권한실행
아래 링크 들어가면 아래 화면 보이는데
https://raw.githubusercontent.com/UiPath/Infrastructure/master/Setup/InstallRolesAndFeatures.ps1
해당 코드 전체 복붙해서 PowerShell에서 실행하면된다.
그럼 아래와 같이 로딩하는화면이 나올것이다.
이렇게 해도 가끔 .net hosting bundle 3.1 이상 설치하라고 뜨는데 그건 아래 사이트 들어가서
https://dotnet.microsoft.com/download/dotnet/3.1
Download .NET Core 3.1 (Linux, macOS, and Windows)
.NET Core 3.1 downloads for Linux, macOS, and Windows. .NET is a free, cross-platform, open-source developer platform for building many different types of applications.
dotnet.microsoft.com
빨간색에 보이는 부분 클릭해서 다운받으면 된다.
이렇게 하면 IIS 설정은 대부분 해결이 되었다.
반응형
'[RPA]' 카테고리의 다른 글
[Uipath] Orchestrator 설치_3-2. SSL 설정, 자체 인증서(Self-Signed) 생성,설정_Certificate (0) | 2021.08.31 |
---|---|
[Uipath] Orchestrator 설치_3-1. SSL 설정, 자체 인증서(Self-Signed) 설치_Certificate (0) | 2021.08.31 |
[Uipath] Orchestrator Any User, Any Machine Mapping (0) | 2021.08.23 |
[Uipath] Robot License 명령어 Command (0) | 2021.08.20 |
[Uipath] Orchestrator Modern Folder UnAttended Robot 생성 (0) | 2021.08.20 |