#deployment

4 writings

Safe Stack in Dokku

This post explores deploying SAFE Stack applications with Dokku, comparing it to traditional deployment solutions like Azure Websites, Kudu, and Heroku. Discover a simpler, more cost-effective way to run full-stack F# web applications without complex CI/CD overhead.

6 min read 1,075 words

Azure web sites with Paket

This post explains how to use Paket, a more reliable package manager than NuGet, for Azure website deployments. It provides the essential configuration files and commands needed to set up Paket with Azure's build system (Kudu) for seamless continuous deployment from GitHub.

2 min read 385 words

Sails sailing seamlessly on Azure Web Sites

Discover how to deploy SailsJS applications to Azure Web Sites using GitHub integration for continuous delivery. This guide covers the deployment process, troubleshooting common issues, and best practices for hosting Node.js frameworks on Azure.

2 min read 379 words

SignalR + Servciestack with F# hosted on Azure

This guide walks through integrating SignalR with ServiceStack in F# and deploying the application to Azure. It covers project setup, OWIN configuration, and practical solutions to common Azure deployment challenges.

3 min read 512 words