Python Application Deployment with Native Packages
Explores deploying Python applications using native system packages (Debian/RPM) for reproducible, scalable deployments, comparing it to container-based approaches.
Explores deploying Python applications using native system packages (Debian/RPM) for reproducible, scalable deployments, comparing it to container-based approaches.
A developer shares common mistakes and anti-patterns to avoid when deploying Python web applications, based on professional experience.
A technical guide on configuring Microsoft Web Deploy (msdeploy) to work with non-administrator user accounts for IIS deployments.
A guide on creating custom MSBuild tasks to manage AWS Elastic Load Balancer registration during automated .NET deployments.
A guide on using a custom NuGetRole to deploy applications to Windows Azure from a NuGet package feed instead of source control.
A developer explains the cost-effectiveness, global traffic management, and CDN benefits of using Windows Azure for the MyGet package hosting service.
A technical guide on configuring wildcard domain bindings for multi-tenant applications using the Windows Azure Accelerator for Web Roles.
Fixing a Group Policy printer deployment error in Windows Server 2008 R2 by updating the Active Directory schema.
A guide to manually deploying PHP applications to Windows Azure with a custom, lightweight setup, including creating package templates and configuration files.
Guide on enabling and using Remote Desktop access for role instances on the Windows Azure platform, including certificate setup and deployment.
A presentation on developing and deploying PHP applications on Microsoft's Windows Azure cloud platform, including slides and sample code.
Announcing django-wsgi, a package to bridge Django and the WSGI world, allowing Django views/URLConfs to be exposed as WSGI apps and vice versa.
Guide to enabling network boot (PXE) on an Acer Veriton N260G by changing a BIOS setting for OS deployment.
A technical guide on configuring Django's FastCGI server to run in the foreground as a specific user using daemontools.
A technical guide on configuring multiple Oracle BI Presentation Services instances on a single server, covering both Unix and Windows environments.
Guide to storing ASP.NET MVC views in Windows Azure Blob Storage using a custom VirtualPathProvider for easier updates.
A developer's experience deploying the open-source microblogging platform Jaiku on Google App Engine, detailing a workaround for a file limit issue.
A guide to automating website deployment using Fabric and Mercurial with BitBucket as an intermediate repository.