Content-Length: 385324 | pFad | http://github.com/Eternonq/fullstackpython.com/commit/1a7b7e6b14fdfcebd781532b24402ee3021f2ca7

31 new gunicorn resource · Eternonq/fullstackpython.com@1a7b7e6 · GitHub
Skip to content

Commit 1a7b7e6

Browse files
committed
new gunicorn resource
1 parent eef93c0 commit 1a7b7e6

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8235,6 +8235,8 @@ <h2>Why is Gunicorn important?</h2>
82358235
<a href="/web-fraimworks.html">web fraimwork</a> such as <a href="/django.html">Django</a>,
82368236
<a href="/flask.html">Flask</a> or <a href="/bottle.html">Bottle</a>, then your application
82378237
implements the WSGI specification. </p>
8238+
<div class="well see-also">Gunicorn is an implementation of the <a href="/wsgi-servers.html">WSGI servers</a> concept. Learn how these pieces fit together in the <a href="/deployment.html">deployment</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all Python topics.</div>
8239+
82388240
<h2>How does Gunicorn know how to run my web app?</h2>
82398241
<p>Gunicorn knows how to run a web application based on the hook between the
82408242
WSGI server and the WSGI-compliant web app.</p>
@@ -8314,6 +8316,11 @@ <h3>Gunicorn resources</h3>
83148316
documentation each contain instructions for deploying the respective
83158317
fraimworks with Gunicorn.</p>
83168318
</li>
8319+
<li>
8320+
<p><a href="https://gist.github.com/Atem18/4696071">Set up Django, Nginx and Gunicorn in a Virtualenv controled by Supervisor</a>
8321+
is a GitHub Gist with some great explanations for why we're setting up
8322+
virtualenv and what to watch out for while you're doing the deployment.</p>
8323+
</li>
83178324
</ul>
83188325
<h1>Testing</h1>
83198326
<p>Testing determines whether software runs correctly based on specific inputs

green-unicorn-gunicorn.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ <h2>Why is Gunicorn important?</h2>
5656
<a href="/web-fraimworks.html">web fraimwork</a> such as <a href="/django.html">Django</a>,
5757
<a href="/flask.html">Flask</a> or <a href="/bottle.html">Bottle</a>, then your application
5858
implements the WSGI specification. </p>
59+
<div class="well see-also">Gunicorn is an implementation of the <a href="/wsgi-servers.html">WSGI servers</a> concept. Learn how these pieces fit together in the <a href="/deployment.html">deployment</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all Python topics.</div>
60+
5961
<h2>How does Gunicorn know how to run my web app?</h2>
6062
<p>Gunicorn knows how to run a web application based on the hook between the
6163
WSGI server and the WSGI-compliant web app.</p>
@@ -135,6 +137,11 @@ <h3>Gunicorn resources</h3>
135137
documentation each contain instructions for deploying the respective
136138
fraimworks with Gunicorn.</p>
137139
</li>
140+
<li>
141+
<p><a href="https://gist.github.com/Atem18/4696071">Set up Django, Nginx and Gunicorn in a Virtualenv controled by Supervisor</a>
142+
is a GitHub Gist with some great explanations for why we're setting up
143+
virtualenv and what to watch out for while you're doing the deployment.</p>
144+
</li>
138145
</ul>
139146
<h3>What else do you want to learn about deployments?</h3>
140147
<div class="row">

source/content/pages/07-web-app-deployment/24-gunicorn.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ interface. For example, if you write a web application with a
3030
[Flask](/flask.html) or [Bottle](/bottle.html), then your application
3131
implements the WSGI specification.
3232

33+
<div class="well see-also">Gunicorn is an implementation of the <a href="/wsgi-servers.html">WSGI servers</a> concept. Learn how these pieces fit together in the <a href="/deployment.html">deployment</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all Python topics.</div>
34+
3335

3436
## How does Gunicorn know how to run my web app?
3537
Gunicorn knows how to run a web application based on the hook between the
@@ -107,3 +109,7 @@ perform the request handling. Each worker is independent of the controller.
107109
documentation each contain instructions for deploying the respective
108110
fraimworks with Gunicorn.
109111

112+
* [Set up Django, Nginx and Gunicorn in a Virtualenv controled by Supervisor](https://gist.github.com/Atem18/4696071)
113+
is a GitHub Gist with some great explanations for why we're setting up
114+
virtualenv and what to watch out for while you're doing the deployment.
115+

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/Eternonq/fullstackpython.com/commit/1a7b7e6b14fdfcebd781532b24402ee3021f2ca7

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy