본문 바로가기
SharePoint 2013

Workflow Manager 1.0 offline install

- 먼저 인터넷이 되는 곳에서 WebPlatform을 다운로드 받는다.

http://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_amd64_en-US.msi

 

SharePoint 서버에서 다운받은 파일을 실행하여 압축을 풀어 놓는다.

cmd를 통해 아래를 실행한다.

WebpiCmd.exe /Install /Products:ServiceBus /XML:C:\SP2013\ServiceBus\feeds\latest\webproductlist.xml
WebpiCmd.exe /Install /Products:WorkflowClient /XML:C:\SP2013\WorkflowClient\feeds\latest\webproductlist.xml
WebpiCmd.exe /Install /Products:WorkflowManagerRefresh /XML:C:\SP2013\WorkflowManagerRefresh\feeds\latest\webproductlist.xml

 

 

- SharePoint 2013 Management Shell에서 아래와 같이 실행한다.

Register-SPWorkflowService -SPSite "http://intranet.xxxx.com" -WorkflowHostUri "http://intranet.xxxx.com:12291" -AllowOAuthHttp