PolyDeploy
PolyDeploy copied to clipboard
A Bulk Deployment tool for the DNN CMS. PolyDeploy is focussed on security, reliability and auditability.
I have deployments that use the command line tool through Octopus Deploy. Octopus Deploy is saying the deployment step with Polydeploy failed because polydeploy returns a failure. However when I...
I've created a basic VSTS task to deploy via PolyDeploy, which I've published as https://github.com/bdukes/cantarus-polydeploy-client. This doesn't address the IP whitelisting issue (see #24), but if you're using an on-premise...
works fine when installing multiple modules, but not single modules. Just displays "Starting install..." indefinitely
Create an Admin page and place PolyDeploy module on it as part of the initial module installation
I am working in an environment that's locked down a lot and has AVG virus scanner running in it as well. AVG doesn't trust the unsigned executable and won't let...
Currently the client looks at the Current Directory, but it would be a nice feature to have, to be able to specify where the module zips are located on disk...
I'd like to have a CMD utility where I specify a folder, and the utility watches the folder indefinitely or until I stop it. When a Module zip is dropped...
The DeployClient writes to the console output only the number of modules that have failed. The session object also contains the list of modules that failed and why they did...
Removing the `aspnet:UseTaskFriendlySynchronizationContext` key from the `web.config` on module uninstall breaks other modules installed on my DNN site that require the use of the key. Can we just add the...
The PolyDeploy Event log is logging `PACKAGE_INSTALLED` events incorrectly for failed installations. ### Scenario 1: 1. Upload 6 packages for installation (Modules A, B, C, D, E & F) 2....