File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 112112 < div class ="row ">
113113 < div class ="col-md-8 ">
114114 < h1 > Deployment</ h1 >
115- < p > Deployment means packaging up your web application and putting it in a
115+ < p > Deployment involves packaging up your web application and putting it in a
116116production environment that can run the app.</ p >
117117< h2 > Why is deployment necessary?</ h2 >
118118< p > Your web application must live somewhere other than your own desktop or
119- laptop. A production environment is a canonical version of your current
119+ laptop. A production environment is the canonical version of your current
120120application and its associated data.</ p >
121121< h2 > Deployment hosting options</ h2 >
122122< p > There are four options for deploying and hosting a web application:</ p >
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-04-23T10:01:51Z </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-04-24T11:14:54Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ sort-order: 02
55
66
77# Deployment
8- Deployment means packaging up your web application and putting it in a
8+ Deployment involves packaging up your web application and putting it in a
99production environment that can run the app.
1010
1111
1212## Why is deployment necessary?
1313Your web application must live somewhere other than your own desktop or
14- laptop. A production environment is a canonical version of your current
14+ laptop. A production environment is the canonical version of your current
1515application and its associated data.
1616
1717
You can’t perform that action at this time.
0 commit comments