<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Deployment on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/deployment/</link><description>Recent content in Deployment on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Sat, 16 May 2026 17:42:12 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/deployment/index.xml" rel="self" type="application/rss+xml"/><item><title>Deploying Flask App</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/08-ai-apps-python-flask/02-module/007-deploying-flask-app/</link><pubDate>Fri, 25 Jul 2025 00:00:00 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/08-ai-apps-python-flask/02-module/007-deploying-flask-app/</guid><description>&lt;p class="lead text-primary"&gt;
This document covers installing Flask, creating and deploying a Python web application, and using Flask's features for CRUD operations and template rendering. It includes step-by-step instructions and code examples for building and running Flask apps.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction-to-flask-and-crud-operations"&gt;Introduction to Flask and CRUD Operations&lt;/h2&gt;
&lt;p&gt;Flask is a micro-framework for building web applications quickly and easily with Python. It supports CRUD operations—Create, Read, Update, and Delete—using HTTP methods such as POST, GET, PUT, PATCH, and DELETE.&lt;/p&gt;</description></item><item><title>Docker Environment Setups</title><link>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/01-module/006-docder-env-setups/</link><pubDate>Tue, 15 Apr 2025 13:43:00 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/01-module/006-docder-env-setups/</guid><description>&lt;p class="lead text-primary"&gt;
This document explains how to use the environment configuration setup for different deployment scenarios including development, production, and staging environments.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="hugo-environment-setup"&gt;Hugo Environment Setup&lt;/h2&gt;
&lt;p&gt;This document explains how to use the environment configuration setup for different deployment scenarios.&lt;/p&gt;
&lt;h2 id="environment-structure"&gt;Environment Structure&lt;/h2&gt;
&lt;p&gt;We&amp;rsquo;ve organized environment configurations into separate files in the &lt;code&gt;env&lt;/code&gt; directory:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;env/.env.development&lt;/code&gt; - Development environment settings&lt;/li&gt;
&lt;li&gt;&lt;code&gt;env/.env.production&lt;/code&gt; - Production environment settings&lt;/li&gt;
&lt;li&gt;&lt;code&gt;env/.env.staging&lt;/code&gt; - Staging environment settings&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;
&lt;p&gt;To set up the environment structure, run:&lt;/p&gt;</description></item></channel></rss>