File tree Expand file tree Collapse file tree 7 files changed +22
-20
lines changed
Expand file tree Collapse file tree 7 files changed +22
-20
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ <h1>Introduction</h1>
4949sell as a service to other people. That's where Full Stack Python comes in.
5050You've come to the right place to learn everything you need to deploy and
5151run a production Python web application.</ p >
52- < p > There is a lot of material to cover on this site so here's a map that visually
53- depicts how the topics relate to each other. Click the image to pull up a PDF
54- version.</ p >
55- < p > < a href ="/full-stack-python-map.pdf " target ="_blank " style ="border: none; "> < img src ="theme/img/full-stack-python-map.png " width ="100% " alt ="Full Stack Python site map. " class ="technical-diagram " /> </ a > </ p >
5652< p > This guide branches out on topic because your learning needs depend on what
5753you're currently trying to do. </ p >
5854< h3 > Let's get started. What do you need to do right now?</ h3 >
@@ -612,6 +608,12 @@ <h2>Why is deployment necessary?</h2>
612608< p > Your web application must live somewhere other than your own desktop or
613609laptop. A production environment is the canonical version of your current
614610application and its associated data.</ p >
611+ < h2 > Deployment map</ h2 >
612+ < p > Python web application deployments are comprised of many pieces that need to
613+ be individually configured. Here is a map that visually depicts how each
614+ deployment topic relates to each other. Click the image to pull up a PDF
615+ version.</ p >
616+ < p > < a href ="/full-stack-python-map.pdf " target ="_blank " style ="border: none; "> < img src ="theme/img/full-stack-python-map.png " width ="100% " alt ="Full Stack Python site map. " class ="technical-diagram " /> </ a > </ p >
615617< h2 > Deployment hosting options</ h2 >
616618< p > There are four options for deploying and hosting a web application:</ p >
617619< ol >
Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ <h2>Why is deployment necessary?</h2>
4545< p > Your web application must live somewhere other than your own desktop or
4646laptop. A production environment is the canonical version of your current
4747application and its associated data.</ p >
48+ < h2 > Deployment map</ h2 >
49+ < p > Python web application deployments are comprised of many pieces that need to
50+ be individually configured. Here is a map that visually depicts how each
51+ deployment topic relates to each other. Click the image to pull up a PDF
52+ version.</ p >
53+ < p > < a href ="/full-stack-python-map.pdf " target ="_blank " style ="border: none; "> < img src ="theme/img/full-stack-python-map.png " width ="100% " alt ="Full Stack Python site map. " class ="technical-diagram " /> </ a > </ p >
4854< h2 > Deployment hosting options</ h2 >
4955< p > There are four options for deploying and hosting a web application:</ p >
5056< ol >
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-07-31T06:47:26Z </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-08-01T07:50:52Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ <h1>Introduction</h1>
4949sell as a service to other people. That's where Full Stack Python comes in.
5050You've come to the right place to learn everything you need to deploy and
5151run a production Python web application.</ p >
52- < p > There is a lot of material to cover on this site so here's a map that visually
53- depicts how the topics relate to each other. Click the image to pull up a PDF
54- version.</ p >
55- < p > < a href ="/full-stack-python-map.pdf " target ="_blank " style ="border: none; "> < img src ="theme/img/full-stack-python-map.png " width ="100% " alt ="Full Stack Python site map. " class ="technical-diagram " /> </ a > </ p >
5652< p > This guide branches out on topic because your learning needs depend on what
5753you're currently trying to do. </ p >
5854< h3 > Let's get started. What do you need to do right now?</ h3 >
Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ <h1>Introduction</h1>
4949sell as a service to other people. That's where Full Stack Python comes in.
5050You've come to the right place to learn everything you need to deploy and
5151run a production Python web application.</ p >
52- < p > There is a lot of material to cover on this site so here's a map that visually
53- depicts how the topics relate to each other. Click the image to pull up a PDF
54- version.</ p >
55- < p > < a href ="/full-stack-python-map.pdf " target ="_blank " style ="border: none; "> < img src ="theme/img/full-stack-python-map.png " width ="100% " alt ="Full Stack Python site map. " class ="technical-diagram " /> </ a > </ p >
5652< p > This guide branches out on topic because your learning needs depend on what
5753you're currently trying to do. </ p >
5854< h3 > Let's get started. What do you need to do right now?</ h3 >
Original file line number Diff line number Diff line change @@ -29,13 +29,6 @@ sell as a service to other people. That's where Full Stack Python comes in.
2929You've come to the right place to learn everything you need to deploy and
3030run a production Python web application.
3131
32-
33- There is a lot of material to cover on this site so here's a map that visually
34- depicts how the topics relate to each other. Click the image to pull up a PDF
35- version.
36-
37- <a href =" /full-stack-python-map.pdf " target =" _blank " style =" border : none ;" ><img src =" theme/img/full-stack-python-map.png " width =" 100% " alt =" Full Stack Python site map. " class =" technical-diagram " /></a >
38-
3932This guide branches out on topic because your learning needs depend on what
4033you're currently trying to do.
4134
Original file line number Diff line number Diff line change @@ -27,6 +27,15 @@ laptop. A production environment is the canonical version of your current
2727application and its associated data.
2828
2929
30+ ## Deployment map
31+ Python web application deployments are comprised of many pieces that need to
32+ be individually configured. Here is a map that visually depicts how each
33+ deployment topic relates to each other. Click the image to pull up a PDF
34+ version.
35+
36+ <a href =" /full-stack-python-map.pdf " target =" _blank " style =" border : none ;" ><img src =" theme/img/full-stack-python-map.png " width =" 100% " alt =" Full Stack Python site map. " class =" technical-diagram " /></a >
37+
38+
3039## Deployment hosting options
3140There are four options for deploying and hosting a web application:
3241
You can’t perform that action at this time.
0 commit comments