Category: Octopus Deploy Series
-
Octopus Deploy Series Conclusion
Over the past few months, I’ve tried to show how Octopus Deploy works, how the design choices that the Octopus team made affect you and why these choices are beneficial. In retrospect, deployments should have evolved in parallel to the technology at hand, but history does not support that thesis. Deployments can be unique and…
-
Octopus Deployment Basics
For the past few months, I’ve been analyzing Octopus Deploy in terms of it’s components, architectural design and benefits of said design decisions. In this article, we’re going to bring everything together to see the sum of all the parts. Everything starts with NuGet. Octopus works with your applications as NuGet packages and distributes them to…
-
Minor change in plans for Octopus Deploy Series
My current Octopus Deploy Series so far has been more focused at a high/conceptual level. They’ve been a lot of fun to write and to piece together how Octopus’s components and mechanisms complement one another for both the developers’ and users’ benefit. I originally intended to do a deeper dive into Octopus Deploy and I think my initial estimates of…
-
Octopus Deploy and NuGet
At this point, we’ve taken a high-level perspective as to the technologies that Octopus Deploy utilizes. One of the pillars of Octopus Deploy is NuGet. In my opinion, without NuGet, Octopus Deploy could not exist. What is NuGet? In a nutshell NuGet is an open source package management system for .NET. It allows for the downloading and…
-
Octopus Deploy and NancyFX
It’s been a few weeks since the last article on RavenDB. So today, moving forward on the Octopus Deploy series, we’re going to talk about NancyFX. Octopus Deploy switched from IIS to NancyFX for it’s internal web host for their 2.0+ version. Why the switch from IIS? Paul gives his thoughts on the switch in his blog post titled Designing the…
-
Step template gallery coming to Octopus Deploy
On a webinar call with Paul Stovell today, one of Octopus Deploy’s new step template feature will have a public gallery to share common step templates with the community. It’s going to be a very cool, very useful and a most welcome feature to be added to Octopus Deploy! The details haven’t been published yet to…
-
Can you deploy specifically to Windows XP machines in Octopus Deploy?
I was asked at the CNUG meetup last month on Octopus Deploy on how to target Windows XP machines. At first, I didn’t have a good answer. I thought at the time the best way was to group all the Windows XP machines in an environment. After that presentation, it bugged me a little afterwards that I didn’t…
-
Octopus Deploy 2.4.2 pre-release comments
Yesterday, the Octopus Deploy team released version 2.4.2 (pre-release). Loaded with new features, this release is really worth while. Here’s the Octopus Deploy blog post about the new 2.4 changes. From their release notes, new features include: Library tab – finally, variable sets are now accessible to teams whereas previously they were only available to…
-
Octopus Deploy and RavenDB
Octopus Deploy uses RavenDB (Wikipedia) as it’s database. Many Windows applications typically fall onto the SQL Server platform for a database but Octopus Deploy went in a different direction. Paul Stovell, the author of Octopus Deploy, addresses why he chose RavenDB over SQL Server and other variants on the Octopus Deploy blog post: How Octopus uses RavenDB. Part of my…
-
Configuring Octopus Deploy and Tentacles
Installing Octopus Deploy is a fairly trivial task. Updating Octopus Deploy is a slightly different story, but I’ll address that in another article. TL;DR I’m diving into registering tentacles and servers as that’s the most challenging part in an Octopus Deploy installation if you’re unfamiliar with the terrain. I’ll address some possible issues that may crop up…