1 / 15

Getting started with Octopus Deployment

Getting started with Octopus Deployment. Joel Hammond-Turner E: joel@hammond-turner.org.uk T: @ Rammesses. Repeatable, automated deployment To target server(s) Across server farms. To the cloud Azure / Amazon AWS. Why Deploy?. Release control Deploy the binaries, not a new build.

paige
Download Presentation

Getting started with Octopus Deployment

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Getting started with Octopus Deployment Joel Hammond-Turner E: joel@hammond-turner.org.uk T: @Rammesses

  2. Repeatable, automated deployment • To target server(s) • Across server farms. • To the cloud • Azure / Amazon AWS Why Deploy?

  3. Release control • Deploy the binaries, not a new build. • Traceability / versioning • Test / approval cycles • Configuration Why Deploy?

  4. CI The Deployment Cycle (That one extra slide)

  5. Release Control System • Deploy the binaries, not a new build. • Traceability / versioning • Test / approval cycles • Configuration Transforms ✓ ✓ ✓ ✓ Why Octopus?

  6. NuGet / Powershell based • Integrates with CI (TFS / TeamCityetc) • Works with Windows Azure • FREE (for one project) • $349 – for 3 projects • $799 – for unlimited projects What is Octopus?

  7. Configuration Transforms Test Server Your Software UAT Servers NuGet Server Octopus Server Live Servers How does it work?

  8. Octopack • Packages website within a NuGet package. • /p:RunOctoPack = true • Enables upload-on-build • /p:OctoPackPublishPackageToFileShare = … • /p:OctoPackPublishPackageToHttp = … • /p OctoPackPublishApiKey = … Packaging Websites

  9. Deploying a web site to a test server (IIS) Demo

  10. Azure Deployment Step • /t:Publish • Creates a cspkg file Deploying to Azure

  11. Azure Deployment Package • No tooling currently… • but… NuGet.PackageNPublishworks!* * With tweaks. Deploying to Azure

  12. Deploying to Azure Demo

  13. Octopus Deploy • Provides repeatable, automated deployment of websites (or other apps). • NuGet / Powershell Based • Deploys to Azure • “Does what is says on the tin” Summary

  14. Questions ?

  15. Getting started with Octopus Deployment Joel Hammond-Turner E: joel@hammond-turner.org.uk T: @Rammesses

More Related