@@ -50,20 +50,6 @@ <h2>Why are servers necessary?</h2>
5050actual users (as opposed to test users) are known as < em > production</ em > servers.
5151Production servers hold real data (again as opposed to test data) and must be
5252secure 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
6955it 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
176164awaiting your instructions.</ p >
177165< p > < i class ="fa fa-check-square-o "> </ i >
178166Move to the < a href ="/operating-systems.html "> operating systems</ a > section to learn
0 commit comments