■ SharePoint
Workflow Manager 1.0 offline install
Wonbae Kim
2017. 1. 14. 02:04
- 먼저 인터넷이 되는 곳에서 WebPlatform을 다운로드 받는다.
SharePoint 서버에서 다운받은 파일을 실행하여 압축을 풀어 놓는다.
cmd를 통해 아래를 실행한다.
WebpiCmd.exe /Install /Products:ServiceBus /XML:C:\SP2013\ServiceBus\feeds\latest\webproductlist.xml |
- SharePoint 2013 Management Shell에서 아래와 같이 실행한다.
Register-SPWorkflowService -SPSite "http://intranet.xxxx.com" -WorkflowHostUri "http://intranet.xxxx.com:12291" -AllowOAuthHttp |