The 0.74.0 release introduces a new hook to package authors: the install hook. The install hook runs when a package is first installed. This hook is unique in that it runs outside of a service or census context. With all other hooks, like init and run just to name a couple, the owning package must […]
Read MoreAuthor: Matt Wrock
Packaging COTS Applications for Windows
Habitat application packaging typically falls into one of two main categories: Packaging applications built from source code developed in-house or available via open source. Packaging commercial off the shelf (COTS) applications usually purchased from a third party vendor. Habitat plan development patterns and issues to be considered at build and run time vary greatly between […]
Read MoreA Plan for Microsoft SQL Server
If you develop or support applications on Windows, chances are that you have crossed paths or even worked deeply with Microsoft’s SQL Server database. In the 14 years I spent as a .Net developer, its by far the database I worked with most extensively. I’ve been using MySQL for all of my .Net Habitat demos […]
Read MorePackaging a .Net Windows Service Application
This post will demonstrate how to package a .Net Windows service application using Habitat. A Windows service application provides some interesting challenges to Habitat packaging because the application process is ultimately controlled by the Windows Service Control Manager (SCM). It runs outside of the Habitat Supervisor process tree. It also requires some initial setup when […]
Read MoreRunning Habitat as a Windows Service
You can now run Habitat on Windows as a Windows Service. This is the recommended way to run a Windows Habitat production environment. All of the Windows service functionality resides in a new package core/windows-service. This includes a small C# program that implements the service loop that starts and stops the Habitat service and redirects […]
Read MoreModernize your Java development workflow with Habitat
This week I had the honor of speaking at Microsoft Azure’s Opendev, which hosted a variety of speakers from various cool open source projects and I represented Habitat. I raced through a tour of building a distributed Java web application in Habitat. I showed the application running in a local Habitat Supervisor and also had […]
Read MoreRunning a Full Framework ASP.NET IIS application in Habitat
For the past several months we have been working hard to provide full feature parity accross all Habitat components on Windows. We often use an ASP.NET Core plan to test Windows functionality because building and running a .NET Core application is very similar to developing a Node application not to mention many other runtimes that […]
Read MoreHabitat on Windows!
We are pleased to announce that the latest release of Habitat – v0.25.0 – brings Habitat to Windows! This functionality has been evolving steadily for the last several months and has been available in various pieces along the way. Perhaps you have seen my demo showing where we were back in March. Well with v0.25.0, […]
Read MoreHabitat application portability and understanding dynamic linking of ELF binaries
This post was originally published on the Hurry Up and Wait! blog on December 30, 2017. I do not come from a classical computer science background and have spent the vast majority of my career working with Java, C# and Ruby – mostly on Windows. So I have managed to evade the details of exactly how […]
Read MoreCreating a Docker container Host on Windows Nano Server with Chef
This post was originally published by Matt Wrock on his blog, “Hurry Up and Wait: Tales from an automation engineer.” This week Microsoft launched the release of Windows Server 2016 along with its ultra light headless deployment option – Nano Server. The Nano server images are many times smaller than what we have come to expect from a Windows […]
Read More