@@ -126,11 +126,11 @@ <h2>Virtualized servers</h2>
126126the shared server. Choosing virtualized server hosting should be based on
127127your needs for urgency of service ticket requests and the frequency you
128128require for ongoing maintenance such as persistent storage backups.</ p >
129- </ div >
130129< div class ="section " id ="virtualized-servers-resources ">
131- < h2 > Virtualized servers resources</ h2 >
130+ < h3 > Virtualized servers resources</ h3 >
132131< p > < a class ="reference external " href ="http://blog.redfern.me/choosing-a-low-cost-vps/ "> Choosing a low cost VPS</ a > </ p >
133132</ div >
133+ </ div >
134134< div class ="section " id ="infrastructure-as-a-service ">
135135< h2 > Infrastructure-as-a-service</ h2 >
136136< p > Infrastructure-as-a-service (IaaS) overlaps with virtualized servers
@@ -156,14 +156,14 @@ <h2>Infrastructure-as-a-service</h2>
156156but you will pay correspondingly more for them. EBS throughput is just
157157one of many quirks you need to understand before committing to an
158158IaaS platform.</ p >
159- </ div >
160159< div class ="section " id ="infrastructure-as-a-service-resources ">
161- < h2 > Infrastructure-as-a-service Resources</ h2 >
160+ < h3 > Infrastructure-as-a-service Resources</ h3 >
162161< p > < a class ="reference external " href ="http://aws.amazon.com/python/ "> Amazon Web Services official documentation for Python</ a > </ p >
163162< p > < a class ="reference external " href ="https://github.com/boto/boto "> boto</ a > is an amazing Python library for
164163working with Amazon Web Services</ p >
165164< p > < a class ="reference external " href ="http://docs.rackspace.com/sdks/guide/content/python.html "> Rackspace official documentation for Python</ a > </ p >
166165</ div >
166+ </ div >
167167< div class ="section " id ="platform-as-a-service ">
168168< h2 > Platform-as-a-service</ h2 >
169169< p > A platform-as-a-service (PaaS) provides infrastructure and a software layer
@@ -183,11 +183,17 @@ <h2>Platform-as-a-service</h2>
183183< p > If you go the PaaS route, you can skip over the operating system and web
184184server sections because they are baked into PaaS offerings. PaaS offerings
185185generally start at the WSGI server layer.</ p >
186- </ div >
187186< div class ="section " id ="platform-as-a-service-resources ">
188- < h2 > Platform-as-a-service resources</ h2 >
189- < p > < a class ="reference external " href ="http://rdegges.com/devops-django-part-4-choosing-heroku "> Choosing Heroku</ a >
190- (Randall Degges)</ p >
187+ < h3 > Platform-as-a-service resources</ h3 >
188+ < p > DevOps Django and Heroku Series by < a class ="reference external " href ="https://twitter.com/rdegges "> Randall Degges</ a > :</ p >
189+ < ul class ="simple ">
190+ < li > < a class ="reference external " href ="http://www.rdegges.com/devops-django-part-1-goals/ "> Part One: Goals</ a > </ li >
191+ < li > < a class ="reference external " href ="http://www.rdegges.com/devops-django-part-2-the-pain-of-deployment/ "> Part Two: The Pain of Deployment</ a > </ li >
192+ < li > < a class ="reference external " href ="http://www.rdegges.com/devops-django-part-3-the-heroku-way/ "> Part Three: The Heroku Way</ a > </ li >
193+ < li > < a class ="reference external " href ="http://rdegges.com/devops-django-part-4-choosing-heroku "> Part Four: Choosing Heroku</ a > </ li >
194+ </ ul >
195+ < p > < a class ="reference external " href ="http://appsembler.com/blog/paas-bakeoff-comparing-stackato-openshift-dotcloud-and-heroku-for-django-hosting-and-deployment/ "> PaaS bakeoff: Comparing Stackato, OpenShift, Dotcloud and Heroku for Django hosting and deployment</ a > by < a class ="reference external " href ="https://twitter.com/natea "> Nate Aune</ a > </ p >
196+ </ div >
191197</ div >
192198
193199 < br />
0 commit comments