Skip to content

Commit 1fcca3c

Browse files
committed
adding more resources to servers and paas sections
1 parent 948b6e0 commit 1fcca3c

File tree

5 files changed

+33
-2
lines changed

5 files changed

+33
-2
lines changed

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-03-13T18:49: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-03-14T07:08:15Z</updated></feed>

platform-as-a-service.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ <h2>Platform-as-a-service resources</h2>
120120
another great free resource about Heroku.</p>
121121
</li>
122122
<li>
123+
<p>Heroku's
124+
<a href="https://devcenter.heroku.com/articles/getting-started-with-python">Python deployment documentation</a>
125+
provides clear examples for how to work with virtualenv, pip and
126+
requirementst.txt to get a applications deployed to their platform.</p>
127+
</li>
128+
<li>
129+
<p>Miguel Grinberg's Flask tutorial contains an entire post on deploying
130+
<a href="http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-the-heroku-cloud">Flask applications to Heroku</a>.</p>
131+
</li>
132+
<li>
123133
<p>This series on DevOps Django by
124134
<a href="https://twitter.com/rdegges">Randall Degges</a> is great reading for
125135
using the Heroku service:</p>

servers.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,15 @@ <h2>Virtualized servers</h2>
145145
require for ongoing maintenance such as persistent storage backups.</p>
146146
<h3>Virtualized servers resources</h3>
147147
<ul>
148-
<li><a href="http://blog.redfern.me/choosing-a-low-cost-vps/">Choosing a low cost VPS</a></li>
148+
<li>
149+
<p><a href="http://blog.redfern.me/choosing-a-low-cost-vps/">Choosing a low cost VPS</a>
150+
reviews the factors that you should weigh when deciding on hosting
151+
providers.</p>
152+
</li>
153+
<li>
154+
<p>This post covers hosting types and host to
155+
<a href="http://www.purefiremedia.com/choose-a-web-host/">choose a web host</a>.</p>
156+
</li>
149157
</ul>
150158
<h2>Infrastructure-as-a-service</h2>
151159
<p>Infrastructure-as-a-service (IaaS) overlaps with virtualized servers

source/content/pages/02-servers/0201-servers.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ require for ongoing maintenance such as persistent storage backups.
8282

8383
### Virtualized servers resources
8484
* [Choosing a low cost VPS](http://blog.redfern.me/choosing-a-low-cost-vps/)
85+
reviews the factors that you should weigh when deciding on hosting
86+
providers.
87+
88+
* This post covers hosting types and host to
89+
[choose a web host](http://www.purefiremedia.com/choose-a-web-host/).
8590

8691

8792
## Infrastructure-as-a-service

source/content/pages/05-platform-as-a-service/0501-platform-as-a-service.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ application framework and your app itself is up to date and secured. See the
5858
* [Deploying Django](http://www.deploydjango.com/) by Randall Degges is
5959
another great free resource about Heroku.
6060

61+
* Heroku's
62+
[Python deployment documentation](https://devcenter.heroku.com/articles/getting-started-with-python)
63+
provides clear examples for how to work with virtualenv, pip and
64+
requirementst.txt to get a applications deployed to their platform.
65+
66+
* Miguel Grinberg's Flask tutorial contains an entire post on deploying
67+
[Flask applications to Heroku](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-the-heroku-cloud).
68+
6169
* This series on DevOps Django by
6270
[Randall Degges](https://twitter.com/rdegges) is great reading for
6371
using the Heroku service:

0 commit comments

Comments
 (0)