Skip to content

Commit 9ed3b51

Browse files
committed
working on adding continuous integration page to the site
1 parent 4fb051a commit 9ed3b51

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1818
-2
lines changed

about-author.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ <h3 class="panel-head">Table of Contents</h3>
334334
<a href="/bottle.html" class="list-group-item smaller-item ">Bottle</a>
335335
<a href="/other-web-frameworks.html" class="list-group-item smaller-item ">Other Web Frameworks</a>
336336
<a href="/deployment.html" class="list-group-item smaller-item ">Deployment</a>
337+
<a href="/continuous-integration.html" class="list-group-item smaller-item ">Continuous Integration</a>
337338
<a href="/servers.html" class="list-group-item smaller-item ">Servers</a>
338339
<a href="/operating-systems.html" class="list-group-item smaller-item ">Operating Systems</a>
339340
<a href="/web-servers.html" class="list-group-item smaller-item ">Web Servers</a>

all.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,11 @@ <h2>Django tutorials</h2>
201201
to automate the deployment.</p>
202202
</li>
203203
<li>
204+
<p><a href="http://agiliq.com/blog/2014/08/deploying-a-django-app-on-amazon-ec2-instance/">Deploying a Django app on Amazon EC2 instance</a>
205+
is a detailed walkthrough for deploying an example Django app to Amazon
206+
Web Services.</p>
207+
</li>
208+
<li>
204209
<p><a href="https://github.com/rosarior/awesome-django">django-awesome</a> is a curated
205210
list of Django libraries and resources.</p>
206211
</li>
@@ -672,6 +677,7 @@ <h2>Deployment learning checklist</h2>
672677
a broad picture of what components need to be set up to run a Python web
673678
application.</p>
674679
<h3>How would you like to deploy your web app?</h3>
680+
675681
<h1>Servers</h1>
676682
<p>Servers are the physical infrastructure to run all the layers of software
677683
so your web application can respond to requests from clients such as web
@@ -3475,6 +3481,9 @@ <h1>Change Log</h1>
34753481
<h2>2014</h2>
34763482
<h3>August</h3>
34773483
<ul>
3484+
<li>Splitting out deployment from automation so I can add chapters on continuous
3485+
integration, configuration management (which will be moved from the
3486+
existing deployment chapter) and related topics.</li>
34783487
<li>Small tweaks to NoSQL, introduction and a few other pages.</li>
34793488
<li>Moved topics map from introduction page to deployment page.</li>
34803489
</ul>

api-creation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ <h3 class="panel-head">Table of Contents</h3>
447447
<a href="/bottle.html" class="list-group-item smaller-item ">Bottle</a>
448448
<a href="/other-web-frameworks.html" class="list-group-item smaller-item ">Other Web Frameworks</a>
449449
<a href="/deployment.html" class="list-group-item smaller-item ">Deployment</a>
450+
<a href="/continuous-integration.html" class="list-group-item smaller-item ">Continuous Integration</a>
450451
<a href="/servers.html" class="list-group-item smaller-item ">Servers</a>
451452
<a href="/operating-systems.html" class="list-group-item smaller-item ">Operating Systems</a>
452453
<a href="/web-servers.html" class="list-group-item smaller-item ">Web Servers</a>

api-integration.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ <h3 class="panel-head">Table of Contents</h3>
393393
<a href="/bottle.html" class="list-group-item smaller-item ">Bottle</a>
394394
<a href="/other-web-frameworks.html" class="list-group-item smaller-item ">Other Web Frameworks</a>
395395
<a href="/deployment.html" class="list-group-item smaller-item ">Deployment</a>
396+
<a href="/continuous-integration.html" class="list-group-item smaller-item ">Continuous Integration</a>
396397
<a href="/servers.html" class="list-group-item smaller-item ">Servers</a>
397398
<a href="/operating-systems.html" class="list-group-item smaller-item ">Operating Systems</a>
398399
<a href="/web-servers.html" class="list-group-item smaller-item ">Web Servers</a>

application-dependencies.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ <h3 class="panel-head">Table of Contents</h3>
470470
<a href="/bottle.html" class="list-group-item smaller-item ">Bottle</a>
471471
<a href="/other-web-frameworks.html" class="list-group-item smaller-item ">Other Web Frameworks</a>
472472
<a href="/deployment.html" class="list-group-item smaller-item ">Deployment</a>
473+
<a href="/continuous-integration.html" class="list-group-item smaller-item ">Continuous Integration</a>
473474
<a href="/servers.html" class="list-group-item smaller-item ">Servers</a>
474475
<a href="/operating-systems.html" class="list-group-item smaller-item ">Operating Systems</a>
475476
<a href="/web-servers.html" class="list-group-item smaller-item ">Web Servers</a>

application-programming-interfaces.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ <h3 class="panel-head">Table of Contents</h3>
394394
<a href="/bottle.html" class="list-group-item smaller-item ">Bottle</a>
395395
<a href="/other-web-frameworks.html" class="list-group-item smaller-item ">Other Web Frameworks</a>
396396
<a href="/deployment.html" class="list-group-item smaller-item ">Deployment</a>
397+
<a href="/continuous-integration.html" class="list-group-item smaller-item ">Continuous Integration</a>
397398
<a href="/servers.html" class="list-group-item smaller-item ">Servers</a>
398399
<a href="/operating-systems.html" class="list-group-item smaller-item ">Operating Systems</a>
399400
<a href="/web-servers.html" class="list-group-item smaller-item ">Web Servers</a>

best-python-resources.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ <h3 class="panel-head">Table of Contents</h3>
476476
<a href="/bottle.html" class="list-group-item smaller-item ">Bottle</a>
477477
<a href="/other-web-frameworks.html" class="list-group-item smaller-item ">Other Web Frameworks</a>
478478
<a href="/deployment.html" class="list-group-item smaller-item ">Deployment</a>
479+
<a href="/continuous-integration.html" class="list-group-item smaller-item ">Continuous Integration</a>
479480
<a href="/servers.html" class="list-group-item smaller-item ">Servers</a>
480481
<a href="/operating-systems.html" class="list-group-item smaller-item ">Operating Systems</a>
481482
<a href="/web-servers.html" class="list-group-item smaller-item ">Web Servers</a>

bottle.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ <h3 class="panel-head">Table of Contents</h3>
374374
<a href="/bottle.html" class="list-group-item smaller-item active">Bottle</a>
375375
<a href="/other-web-frameworks.html" class="list-group-item smaller-item ">Other Web Frameworks</a>
376376
<a href="/deployment.html" class="list-group-item smaller-item ">Deployment</a>
377+
<a href="/continuous-integration.html" class="list-group-item smaller-item ">Continuous Integration</a>
377378
<a href="/servers.html" class="list-group-item smaller-item ">Servers</a>
378379
<a href="/operating-systems.html" class="list-group-item smaller-item ">Operating Systems</a>
379380
<a href="/web-servers.html" class="list-group-item smaller-item ">Web Servers</a>

caching.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ <h3 class="panel-head">Table of Contents</h3>
373373
<a href="/bottle.html" class="list-group-item smaller-item ">Bottle</a>
374374
<a href="/other-web-frameworks.html" class="list-group-item smaller-item ">Other Web Frameworks</a>
375375
<a href="/deployment.html" class="list-group-item smaller-item ">Deployment</a>
376+
<a href="/continuous-integration.html" class="list-group-item smaller-item ">Continuous Integration</a>
376377
<a href="/servers.html" class="list-group-item smaller-item ">Servers</a>
377378
<a href="/operating-systems.html" class="list-group-item smaller-item ">Operating Systems</a>
378379
<a href="/web-servers.html" class="list-group-item smaller-item ">Web Servers</a>

cascading-style-sheets.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ <h3 class="panel-head">Table of Contents</h3>
495495
<a href="/bottle.html" class="list-group-item smaller-item ">Bottle</a>
496496
<a href="/other-web-frameworks.html" class="list-group-item smaller-item ">Other Web Frameworks</a>
497497
<a href="/deployment.html" class="list-group-item smaller-item ">Deployment</a>
498+
<a href="/continuous-integration.html" class="list-group-item smaller-item ">Continuous Integration</a>
498499
<a href="/servers.html" class="list-group-item smaller-item ">Servers</a>
499500
<a href="/operating-systems.html" class="list-group-item smaller-item ">Operating Systems</a>
500501
<a href="/web-servers.html" class="list-group-item smaller-item ">Web Servers</a>

0 commit comments

Comments
 (0)