Forum Discussion
Kuljeet Singh
Jan 08, 2018Copper Contributor
PnP Partner Pack for On Premises?
Is there an open-source port/implementation of the PnP Partner Pack for an on-premises scenario? (i.e. a SharePoint platform with no O365/Azure integration)?
- Jan 09, 2018PnP Partner Pack is indeed a start-up solution designed for the cloud, which is then using PnP CSOM and PowerShell in the setup. There's currently no on-premises Partner Pack version. The current version uses Azure Storage queues for task management and Azure web jobs for backend processes. You could though pretty easily replace those code sections - using SharePoint list for task management and then have scheduled console app or Windows service for the backend timer job processes.
Deleted
Jan 08, 2018Not applicable
You could just use PnP as a standalone package which you install on your development environment to use whith provsioning.
Or did you meant something else?