File tree Expand file tree Collapse file tree 4 files changed +21
-1
lines changed
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -4178,6 +4178,13 @@ <h2>Deployment hosting options</h2>
41784178< h2 > Deployment resources</ h2 >
41794179< ul >
41804180< li >
4181+ < p > If you need a step-by-step guide to deploying a Python web application,
4182+ I wrote < a href ="http://www.deploypython.com/ "> a whole book</ a > on exactly this topic
4183+ called
4184+ < a href ="https://gumroad.com/l/WOvyt "> The Full Stack Python Guide to Deployments</ a >
4185+ that you'll find super helpful.</ p >
4186+ </ li >
4187+ < li >
41814188< p > < a href ="http://omniti.com/seeds/thoughts-on-web-application-deployment "> Thoughts on web application deployment</ a >
41824189 walks through stages of deployment with source control, planning,
41834190 continuous deployment and monitoring the results.</ p >
Original file line number Diff line number Diff line change @@ -73,6 +73,13 @@ <h2>Deployment hosting options</h2>
7373< h2 > Deployment resources</ h2 >
7474< ul >
7575< li >
76+ < p > If you need a step-by-step guide to deploying a Python web application,
77+ I wrote < a href ="http://www.deploypython.com/ "> a whole book</ a > on exactly this topic
78+ called
79+ < a href ="https://gumroad.com/l/WOvyt "> The Full Stack Python Guide to Deployments</ a >
80+ that you'll find super helpful.</ p >
81+ </ li >
82+ < li >
7683< p > < a href ="http://omniti.com/seeds/thoughts-on-web-application-deployment "> Thoughts on web application deployment</ a >
7784 walks through stages of deployment with source control, planning,
7885 continuous deployment and monitoring the results.</ p >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-08-04T09:00:06Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-08-05T15:15:46Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -47,6 +47,12 @@ guide as they are considered advanced deployment techniques.
4747
4848
4949## Deployment resources
50+ * If you need a step-by-step guide to deploying a Python web application,
51+ I wrote [ a whole book] ( http://www.deploypython.com/ ) on exactly this topic
52+ called
53+ [ The Full Stack Python Guide to Deployments] ( https://gumroad.com/l/WOvyt )
54+ that you'll find super helpful.
55+
5056* [ Thoughts on web application deployment] ( http://omniti.com/seeds/thoughts-on-web-application-deployment )
5157 walks through stages of deployment with source control, planning,
5258 continuous deployment and monitoring the results.
You can’t perform that action at this time.
0 commit comments