Skip to content

Commit 8ca1f11

Browse files
committed
new deployment resource
1 parent 4ac72b8 commit 8ca1f11

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,10 @@ <h2>WSGI resources</h2>
15291529
answers why CherryPy is a simple combination web and WSGI server along with
15301530
how to use it.</p>
15311531
</li>
1532+
<li>
1533+
<p>Another Digital Ocean walkthrough goes into
1534+
<a href="https://www.digitalocean.com/community/tutorials/how-to-deploy-python-wsgi-apps-using-gunicorn-http-server-behind-nginx">How to Deploy Python WSGI Apps Using Gunicorn HTTP Server Behind Nginx</a>.</p>
1535+
</li>
15321536
</ul>
15331537
<h2>WSGI servers learning checklist</h2>
15341538
<p><i class="fa fa-check-square-o"></i>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>2014-12-24T18:14:27Z</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>2014-12-26T11:07:20Z</updated></feed>

source/content/pages/03-deployment/0301-deployment.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ guide as they are considered advanced deployment techniques.
7070
[detailed post on deploying it to Ubuntu](https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/)
7171
is a great way to familiarize yourself with the deployment process.
7272

73+
7374
## Deployment learning checklist
7475
<i class="fa fa-check-square-o"></i>
7576
If you're tight on time look at the

source/content/pages/03-deployment/0308-wsgi-servers.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ The following are WSGI servers based on community recommendations.
211211
answers why CherryPy is a simple combination web and WSGI server along with
212212
how to use it.
213213

214+
* Another Digital Ocean walkthrough goes into
215+
[How to Deploy Python WSGI Apps Using Gunicorn HTTP Server Behind Nginx](https://www.digitalocean.com/community/tutorials/how-to-deploy-python-wsgi-apps-using-gunicorn-http-server-behind-nginx).
216+
214217

215218
## WSGI servers learning checklist
216219
<i class="fa fa-check-square-o"></i>

wsgi-servers.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ <h2>WSGI resources</h2>
235235
answers why CherryPy is a simple combination web and WSGI server along with
236236
how to use it.</p>
237237
</li>
238+
<li>
239+
<p>Another Digital Ocean walkthrough goes into
240+
<a href="https://www.digitalocean.com/community/tutorials/how-to-deploy-python-wsgi-apps-using-gunicorn-http-server-behind-nginx">How to Deploy Python WSGI Apps Using Gunicorn HTTP Server Behind Nginx</a>.</p>
241+
</li>
238242
</ul>
239243
<h2>WSGI servers learning checklist</h2>
240244
<p><i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)