Nintex Integration installation
Last modified:
KanBo now integrates with most advanced workflow platform for SharePoint.
Installation
1. Add Wsp to your SharePoint
Add-SPSolution -LiteralPath {pathToWspFile}
2.Install the solution
Install-SPSolution -Identity kanbonintexactions.wsp -GACDeployment -AllWebApplications
or
Install-SPSolution -Identity kanbonintexactions.wsp -GACDeployment -WebApplication {WebAppName}
3. Go to Central Administration and activate Web Application feature on your Web App.
4. Add the following entry to KanBo web.config inside <plugins>
<auth.app issuer="nintex-actions-cert"> <signature algo="rs256"> <cert type="x509-file" file="{path to .cer file}" /> </signature> <mapper type="service" name="Nintex service" roles="*" /> <mapper type="user" /> <mapper type="login" /> </auth.app>
Update
Update existing WSP solution
Update-SPSolution -Identity kanbonintexactions.wsp -LiteralPath {pathToWspFile} -GACDeployment -AllWebApplications