dsccommunity / xWebDeploy

MIT License
8 stars 13 forks source link

Build status

xWebDeploy

The xWebDeploy module contains the xWebPackageDeploy and xWebDeploy DSC resources for installing an IIS site using the WebDeploy IIS extension (MSWebDeploy version 3.5).

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Contributing

Please check out common DSC Resources contributing guidelines.

Resources

xWebDeploy

xWebPackageDeploy

Versions

Unreleased

1.2.0.0

1.1.0.0

1.0.0.0

Examples

Deploy IIS site from the given zip package using the WebDeploy composite resource

# You need to provide $SourcePath and $Destination parameter values to be able to run this sample Sample
# Note that xWebDeploy is installing WebDeploy extension from default install location "$env:ProgramFiles\WindowsPowerShell\Modules\xWebDeploy\InstallerMsi.
# Run xWebDeploySample.ps1 from xWebDeploy\Samples