Skip to content

raspina70/PowerDeploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerDeploy

CI status NuGet Downloads NuGet Version

This is a simple open source deployment utility which helps every developer to make deployments as easy as possible. The target is to support

  • IIS
  • Windows Service
  • XCopy
  • Databases
  • [you name it]

It will be easy to add your own deployment logic for another package type.

PowerDeploy has multiple components:

PowerDeploy.Dashboard

What is deployed on UAT? What's in TEST? Those questions can be answered with the PowerDeploy Dashboard! We strongly believe that deployments and build's should be decoupled. While the build server creates NuGet Packages, the dashboard is used to show what packages are available you are able to trigger a deployment. Please Note: this is more or less an educational project about AngularJS, Servicestack and RavenDB for me, so nothing read for use.

PowerDeploy.Transformer

Got tired of ms config-transform? Transformer is a simple template engine (based on string-replacements) which lets you transform any files (like web.config or app.configs to a specific environment. For us, config transformation should really be very simple and readable: have a template with placeholders and do some string replacements.

There is a NuGet Package which adds some commands to your NuGet Package Manager Console in Visual Studio to do the transformations locally: Install-Package PowerDeploy.PackageManagerExtension

Some links for about Transformer:

See more in the Wiki


Core Team

aka the twinZ

Packages

No packages published

Languages

  • CSS 45.9%
  • JavaScript 38.7%
  • HTML 11.3%
  • C# 3.9%
  • PHP 0.2%
  • PowerShell 0.0%