Skip to content

Commit 5960843

Browse files
committed
cleaning up servers learning checklist
1 parent b98e696 commit 5960843

File tree

3 files changed

+16
-43
lines changed

3 files changed

+16
-43
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-05-30T09:20:58Z</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-05-30T09:30:32Z</updated></feed>

servers.html

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,6 @@ <h2>Why are servers necessary?</h2>
5050
actual users (as opposed to test users) are known as <em>production</em> servers.
5151
Production servers hold real data (again as opposed to test data) and must be
5252
secure against unauthorized access.</p>
53-
<h2>Servers learning checklist</h2>
54-
<p><i class="fa fa-check-square-o"></i>
55-
Understand the difference between bare metal servers, virtual private servers
56-
(VPS) and infrastructure-as-a-service. </p>
57-
<p><i class="fa fa-check-square-o"></i>
58-
Sign up for a hosting provider. I recommend getting a
59-
<a href="https://www.linode.com/?r=bfeecaf55a83cd3dd224a5f2a3a001fdf95d4c3d">Linode VPS</a>
60-
to set up your initial infrastructure and deploy your web application there.
61-
<a href="https://www.digitalocean.com/">Digital Ocean</a> and
62-
<a href="http://prgmr.com/xen/">prgrmr</a> are other VPS options. You can change
63-
hosting providers later after learning how to deploy web apps.</p>
64-
<p><i class="fa fa-check-square-o"></i>
65-
Provision your first server and move on to the
66-
<a href="/operating-systems.html">operating systems section</a>.</p>
6753
<h2>"Bare metal" servers</h2>
6854
<p>The term <em>bare metal</em> refers to purchasing the actual hardware and hooking
6955
it up to the Internet either through a business-class internet service
@@ -167,12 +153,14 @@ <h3>Infrastructure-as-a-service resources</h3>
167153
</ul>
168154
<h2>Servers learning checklist</h2>
169155
<p><i class="fa fa-check-square-o"></i>
170-
Sign up for a
171-
<a href="https://www.linode.com/?r=bfeecaf55a83cd3dd224a5f2a3a001fdf95d4c3d">Linode</a>
172-
or
173-
<a href="https://www.digitalocean.com/">Digital Ocean</a> account.</p>
156+
Sign up for a hosting provider. I recommend getting a
157+
<a href="https://www.linode.com/?r=bfeecaf55a83cd3dd224a5f2a3a001fdf95d4c3d">Linode VPS</a>
158+
to set up your initial infrastructure and deploy your web application there.
159+
<a href="https://www.digitalocean.com/">Digital Ocean</a> and
160+
<a href="http://prgmr.com/xen/">prgrmr</a> are other VPS options. You can change
161+
hosting providers later after the deployment process is automated.</p>
174162
<p><i class="fa fa-check-square-o"></i>
175-
Rent a VPS for a month. It will be provisioned and in a shutdown state
163+
Provision your first server. It will be ready but in a shutdown state while
176164
awaiting your instructions.</p>
177165
<p><i class="fa fa-check-square-o"></i>
178166
Move to the <a href="/operating-systems.html">operating systems</a> section to learn

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

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,6 @@ Production servers hold real data (again as opposed to test data) and must be
3131
secure against unauthorized access.
3232

3333

34-
## Servers learning checklist
35-
<i class="fa fa-check-square-o"></i>
36-
Understand the difference between bare metal servers, virtual private servers
37-
(VPS) and infrastructure-as-a-service.
38-
39-
<i class="fa fa-check-square-o"></i>
40-
Sign up for a hosting provider. I recommend getting a
41-
[Linode VPS](https://www.linode.com/?r=bfeecaf55a83cd3dd224a5f2a3a001fdf95d4c3d)
42-
to set up your initial infrastructure and deploy your web application there.
43-
[Digital Ocean](https://www.digitalocean.com/) and
44-
[prgrmr](http://prgmr.com/xen/) are other VPS options. You can change
45-
hosting providers later after learning how to deploy web apps.
46-
47-
<i class="fa fa-check-square-o"></i>
48-
Provision your first server and move on to the
49-
[operating systems section](/operating-systems.html).
50-
51-
5234
## "Bare metal" servers
5335
The term *bare metal* refers to purchasing the actual hardware and hooking
5436
it up to the Internet either through a business-class internet service
@@ -154,18 +136,21 @@ Python library for working with Amazon Web Services.
154136

155137
## Servers learning checklist
156138
<i class="fa fa-check-square-o"></i>
157-
Sign up for a
158-
[Linode](https://www.linode.com/?r=bfeecaf55a83cd3dd224a5f2a3a001fdf95d4c3d)
159-
or
160-
[Digital Ocean](https://www.digitalocean.com/) account.
139+
Sign up for a hosting provider. I recommend getting a
140+
[Linode VPS](https://www.linode.com/?r=bfeecaf55a83cd3dd224a5f2a3a001fdf95d4c3d)
141+
to set up your initial infrastructure and deploy your web application there.
142+
[Digital Ocean](https://www.digitalocean.com/) and
143+
[prgrmr](http://prgmr.com/xen/) are other VPS options. You can change
144+
hosting providers later after the deployment process is automated.
161145

162146
<i class="fa fa-check-square-o"></i>
163-
Rent a VPS for a month. It will be provisioned and in a shutdown state
147+
Provision your first server. It will be ready but in a shutdown state while
164148
awaiting your instructions.
165149

166150
<i class="fa fa-check-square-o"></i>
167151
Move to the [operating systems](/operating-systems.html) section to learn
168152
how to load Ubuntu 12.04 LTS as a base OS for Python web applications.
169153

170154

155+
171156
### Keep going with setting up a server or try a PaaS?

0 commit comments

Comments
 (0)