Skip to content

Commit f0fddb3

Browse files
committed
adding new link to 5 common server setups
1 parent 34bb3aa commit f0fddb3

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
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-06-01T10:40:21Z</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-06-02T12:24:18Z</updated></feed>

servers.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ <h3>Infrastructure-as-a-service resources</h3>
132132
<p><a href="http://www.screamingatmyscreen.com/2012/12/the-cloud-vs-dedicated-servers/">The cloud versus dedicated servers</a></p>
133133
</li>
134134
<li>
135+
<p><a href="https://www.digitalocean.com/community/articles/5-common-server-setups-for-your-web-application">5 common server setups for your web application</a>
136+
is a great introduction to how hosting can be arranged.</p>
137+
</li>
138+
<li>
135139
<p><a href="http://libcloud.apache.org/">Apache Libcloud</a> is a Python library that
136140
provides a unified API for many cloud service providers.</p>
137141
</li>

source/content/pages/03-deployment/0303-servers.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ IaaS platform.
120120
### Infrastructure-as-a-service resources
121121
* [The cloud versus dedicated servers](http://www.screamingatmyscreen.com/2012/12/the-cloud-vs-dedicated-servers/)
122122

123+
* [5 common server setups for your web application](https://www.digitalocean.com/community/articles/5-common-server-setups-for-your-web-application)
124+
is a great introduction to how hosting can be arranged.
125+
123126
* [Apache Libcloud](http://libcloud.apache.org/) is a Python library that
124127
provides a unified API for many cloud service providers.
125128

0 commit comments

Comments
 (0)