Skip to content

Commit 8edcb6b

Browse files
committed
adding some text to deployment page
1 parent cdb6869 commit 8edcb6b

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

deployment.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ <h2>Deployment hosting options</h2>
8484
<p><a href="/platform-as-a-service.html">Platform-as-a-service</a></p>
8585
</li>
8686
</ol>
87+
<p>The first three options are similar. The deployer needs to provision one or
88+
more servers with a Linux distribution. System packages, a web server,
89+
WSGI server, database and the Python environment are then installed. Finally
90+
the application can be pulled from source and installed in the environment.</p>
91+
<p>Note that there are other ways of installing a Python web application through
92+
system-specific package management systems. We won't cover those in this
93+
guide as they are considered advanced deployment techniques.</p>
8794
<h2>Deployment resources</h2>
8895
<ul>
8996
<li>

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-05-07T07:51:39Z</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-05-07T12:42:08Z</updated></feed>

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ There are four options for deploying and hosting a web application:
5959

6060
4. [Platform-as-a-service](/platform-as-a-service.html)
6161

62+
The first three options are similar. The deployer needs to provision one or
63+
more servers with a Linux distribution. System packages, a web server,
64+
WSGI server, database and the Python environment are then installed. Finally
65+
the application can be pulled from source and installed in the environment.
66+
67+
Note that there are other ways of installing a Python web application through
68+
system-specific package management systems. We won't cover those in this
69+
guide as they are considered advanced deployment techniques.
70+
6271

6372
## Deployment resources
6473
* [Thoughts on web application deployment](http://omniti.com/seeds/thoughts-on-web-application-deployment)

0 commit comments

Comments
 (0)