Skip to content

Commit 2f03ccd

Browse files
committed
working on deployment page
1 parent ce0b988 commit 2f03ccd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deployment.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@
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
116116
production 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
120120
application 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>

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-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>

source/content/pages/deployment.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
99
production environment that can run the app.
1010

1111

1212
## Why is deployment necessary?
1313
Your 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
1515
application and its associated data.
1616

1717

0 commit comments

Comments
 (0)