@@ -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> "> 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
0 commit comments