File tree 4 files changed +18
-1
lines changed
source/content/pages/07-web-app-deployment
4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4346,6 +4346,12 @@ <h2>Deployment resources</h2>
4346
4346
that you'll find super helpful.</ p >
4347
4347
</ li >
4348
4348
< li >
4349
+ < p > < a href ="http://talkpython.fm/episodes/show/26/deploying-python-web-applications-updated "> Deploying Python web applications</ a >
4350
+ is an episode of the great Talk Python to Me podcast series where I
4351
+ discuss deploying web applications based on a fairly traditional virtual
4352
+ private server, Nginx and Green Unicorn stack.</ p >
4353
+ </ li >
4354
+ < li >
4349
4355
< p > < a href ="http://omniti.com/seeds/thoughts-on-web-application-deployment "> Thoughts on web application deployment</ a >
4350
4356
walks through stages of deployment with source control, planning,
4351
4357
continuous deployment and monitoring the results.</ p >
Original file line number Diff line number Diff line change @@ -77,6 +77,12 @@ <h2>Deployment resources</h2>
77
77
that you'll find super helpful.</ p >
78
78
</ li >
79
79
< li >
80
+ < p > < a href ="http://talkpython.fm/episodes/show/26/deploying-python-web-applications-updated "> Deploying Python web applications</ a >
81
+ is an episode of the great Talk Python to Me podcast series where I
82
+ discuss deploying web applications based on a fairly traditional virtual
83
+ private server, Nginx and Green Unicorn stack.</ p >
84
+ </ li >
85
+ < li >
80
86
< p > < a href ="http://omniti.com/seeds/thoughts-on-web-application-deployment "> Thoughts on web application deployment</ a >
81
87
walks through stages of deployment with source control, planning,
82
88
continuous deployment and monitoring the results.</ p >
Original file line number Diff line number Diff line change 1
1
<?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-09-24T09:07:12Z </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-09-24T09:09:10Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -53,6 +53,11 @@ guide as they are considered advanced deployment techniques.
53
53
[ The Full Stack Python Guide to Deployments] ( https://gumroad.com/l/WOvyt )
54
54
that you'll find super helpful.
55
55
56
+ * [ Deploying Python web applications] ( http://talkpython.fm/episodes/show/26/deploying-python-web-applications-updated )
57
+ is an episode of the great Talk Python to Me podcast series where I
58
+ discuss deploying web applications based on a fairly traditional virtual
59
+ private server, Nginx and Green Unicorn stack.
60
+
56
61
* [ Thoughts on web application deployment] ( http://omniti.com/seeds/thoughts-on-web-application-deployment )
57
62
walks through stages of deployment with source control, planning,
58
63
continuous deployment and monitoring the results.
You can’t perform that action at this time.
0 commit comments