File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
source/content/pages/03-deployment Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff 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 >
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 >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 >
Original file line number Diff line number Diff line change @@ -59,6 +59,15 @@ There are four options for deploying and hosting a web application:
5959
60604 . [ 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 )
You can’t perform that action at this time.
0 commit comments