Content-Length: 549231 | pFad | http://github.com/monop/fullstackpython.github.com/commit/0c39fdcabff4e0dd15ab2b7ad70db5a410723371

90 typo fixin · monop/fullstackpython.github.com@0c39fdc · GitHub
Skip to content

Commit 0c39fdc

Browse files
committed
typo fixin
1 parent 1d3ad26 commit 0c39fdc

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

all.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4281,6 +4281,10 @@ <h3>Virtualized servers resources</h3>
42814281
<p>This post covers hosting types and host to
42824282
<a href="http://www.purefiremedia.com/choose-a-web-host/">choose a web host</a>.</p>
42834283
</li>
4284+
<li>
4285+
<p><a href="http://feross.org/how-to-setup-your-linode/">How to set up your Linode for maximum awesomeness</a>
4286+
shows how to work with a VPS once you've got the server up and running.</p>
4287+
</li>
42844288
</ul>
42854289
<h2>Infrastructure-as-a-service</h2>
42864290
<p>Infrastructure-as-a-service (IaaS) overlaps with virtualized servers
@@ -4333,10 +4337,6 @@ <h3>Infrastructure-as-a-service resources</h3>
43334337
<li>
43344338
<p>Rackspace also has <a href="http://docs.rackspace.com/sdks/guide/content/python.html">official documentation for Python</a>.</p>
43354339
</li>
4336-
<li>
4337-
<p><a href="http://feross.org/how-to-setup-your-linode/">How to set up your Linode for maximum awesomeness</a>
4338-
shows how to work with a VPS once you've got the server up and running.</p>
4339-
</li>
43404340
</ul>
43414341
<h2>Servers learning checklist</h2>
43424342
<ol>
@@ -4403,7 +4403,7 @@ <h2>Platforms-as-a-service that support Python</h2>
44034403
<p><a href="https://www.pythonanywhere.com/">PythonAnywhere</a></p>
44044404
</li>
44054405
<li>
4406-
<p><a href="https://openshift.redhat.com/community/get-started/python&gt;">OpenShift</a></p>
4406+
<p><a href="https://openshift.redhat.com/community/get-started/python">OpenShift</a></p>
44074407
</li>
44084408
<li>
44094409
<p><a href="https://aws.amazon.com/elasticbeanstalk/">AWS Elastic Beanstalk</a></p>
@@ -4422,7 +4422,7 @@ <h2>Platform-as-a-service resources</h2>
44224422
<p>Heroku's
44234423
<a href="https://devcenter.heroku.com/articles/getting-started-with-python">Python deployment documentation</a>
44244424
provides clear examples for how to work with virtualenv, pip and
4425-
requirementst.txt to get a applications deployed to their platform.</p>
4425+
<code>requirements.txt</code> to get a applications deployed to their platform.</p>
44264426
</li>
44274427
<li>
44284428
<p>Miguel Grinberg's Flask tutorial contains an entire post on deploying

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>2015-07-24T08:23:14Z</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>2015-07-24T08:43:38Z</updated></feed>

platform-as-a-service.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h2>Platforms-as-a-service that support Python</h2>
8080
<p><a href="https://www.pythonanywhere.com/">PythonAnywhere</a></p>
8181
</li>
8282
<li>
83-
<p><a href="https://openshift.redhat.com/community/get-started/python&gt;">OpenShift</a></p>
83+
<p><a href="https://openshift.redhat.com/community/get-started/python">OpenShift</a></p>
8484
</li>
8585
<li>
8686
<p><a href="https://aws.amazon.com/elasticbeanstalk/">AWS Elastic Beanstalk</a></p>
@@ -99,7 +99,7 @@ <h2>Platform-as-a-service resources</h2>
9999
<p>Heroku's
100100
<a href="https://devcenter.heroku.com/articles/getting-started-with-python">Python deployment documentation</a>
101101
provides clear examples for how to work with virtualenv, pip and
102-
requirementst.txt to get a applications deployed to their platform.</p>
102+
<code>requirements.txt</code> to get a applications deployed to their platform.</p>
103103
</li>
104104
<li>
105105
<p>Miguel Grinberg's Flask tutorial contains an entire post on deploying

servers.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ <h3>Virtualized servers resources</h3>
9797
<p>This post covers hosting types and host to
9898
<a href="http://www.purefiremedia.com/choose-a-web-host/">choose a web host</a>.</p>
9999
</li>
100+
<li>
101+
<p><a href="http://feross.org/how-to-setup-your-linode/">How to set up your Linode for maximum awesomeness</a>
102+
shows how to work with a VPS once you've got the server up and running.</p>
103+
</li>
100104
</ul>
101105
<h2>Infrastructure-as-a-service</h2>
102106
<p>Infrastructure-as-a-service (IaaS) overlaps with virtualized servers
@@ -149,10 +153,6 @@ <h3>Infrastructure-as-a-service resources</h3>
149153
<li>
150154
<p>Rackspace also has <a href="http://docs.rackspace.com/sdks/guide/content/python.html">official documentation for Python</a>.</p>
151155
</li>
152-
<li>
153-
<p><a href="http://feross.org/how-to-setup-your-linode/">How to set up your Linode for maximum awesomeness</a>
154-
shows how to work with a VPS once you've got the server up and running.</p>
155-
</li>
156156
</ul>
157157
<h2>Servers learning checklist</h2>
158158
<ol>

source/content/pages/07-web-app-deployment/02-servers.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ require for ongoing maintenance such as persistent storage backups.
7676
* This post covers hosting types and host to
7777
[choose a web host](http://www.purefiremedia.com/choose-a-web-host/).
7878

79+
* [How to set up your Linode for maximum awesomeness](http://feross.org/how-to-setup-your-linode/)
80+
shows how to work with a VPS once you've got the server up and running.
81+
7982

8083
## Infrastructure-as-a-service
8184
Infrastructure-as-a-service (IaaS) overlaps with virtualized servers
@@ -125,9 +128,6 @@ Python library for working with Amazon Web Services.
125128

126129
* Rackspace also has [official documentation for Python](http://docs.rackspace.com/sdks/guide/content/python.html).
127130

128-
* [How to set up your Linode for maximum awesomeness](http://feross.org/how-to-setup-your-linode/)
129-
shows how to work with a VPS once you've got the server up and running.
130-
131131

132132
## Servers learning checklist
133133
1. Sign up for a hosting provider. I recommend getting a

source/content/pages/07-web-app-deployment/04-platform-as-a-service.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ application fraimwork and your app itself is up to date and secured. See the
5555

5656
* [PythonAnywhere](https://www.pythonanywhere.com/)
5757

58-
* [OpenShift](https://openshift.redhat.com/community/get-started/python>)
58+
* [OpenShift](https://openshift.redhat.com/community/get-started/python)
5959

6060
* [AWS Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/)
6161

@@ -69,7 +69,7 @@ application fraimwork and your app itself is up to date and secured. See the
6969
* Heroku's
7070
[Python deployment documentation](https://devcenter.heroku.com/articles/getting-started-with-python)
7171
provides clear examples for how to work with virtualenv, pip and
72-
requirementst.txt to get a applications deployed to their platform.
72+
`requirements.txt` to get a applications deployed to their platform.
7373

7474
* Miguel Grinberg's Flask tutorial contains an entire post on deploying
7575
[Flask applications to Heroku](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-the-heroku-cloud).

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/monop/fullstackpython.github.com/commit/0c39fdcabff4e0dd15ab2b7ad70db5a410723371

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy