Skip to content

ronnyt43525/Bazooka

 
 

Repository files navigation

Bazooka

Bazooka was born out of the necessity to deploy a lot of .net applications between different enviroments in a safe, reliable and repeatable way.

The main idea behind the project was to create a system that was able to package a compiled application, all the config transforms needed for the various enviroments it's going to be deployed in, installation scripts and tie it to a changeset in your source control.

As it turns out it's easy to do this by creating an automatic build that creates nuget packages containing everything needed and hosting them in a private nuget gallery.

Once the package is ready you can install your application by using Bazooka to download the package, extract it, apply config transforms based on the current enviroment and execute a optional powershell install script.

For further documentation go to http://bazookadeploy.github.io/Bazooka/ or http://bazookadeploy.readthedocs.io/en/latest/

About

Simple project to install apps packaged as nuget packages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.6%
  • C# 18.9%
  • CSS 4.7%
  • Other 0.8%