File tree Expand file tree Collapse file tree 4 files changed +27
-1
lines changed
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree 4 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -3453,6 +3453,15 @@ <h2>Deployment resources</h2>
34533453 workflow.</ p >
34543454</ li >
34553455< li >
3456+ < p > In < a href ="http://player.oreilly.com/videos/9781491908181?toc_id=210188 "> this free video by Neal Ford</ a > ,
3457+ he talks about engineering practices for continuous delivery. He explains
3458+ the difference between
3459+ < a href ="/continuous-integration.html "> continuous integration</ a > ,
3460+ continuous deployment and continuous delivery. Highly recommended for an
3461+ overview of deployment concepts and as an introduction to the other videos
3462+ on those subjects in that series.</ p >
3463+ </ li >
3464+ < li >
34563465< p > If you're using Flask this
34573466 < a href ="https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/ "> detailed post on deploying it to Ubuntu</ a >
34583467 is a great way to familiarize yourself with the deployment process.</ p >
Original file line number Diff line number Diff line change @@ -83,6 +83,15 @@ <h2>Deployment resources</h2>
8383 workflow.</ p >
8484</ li >
8585< li >
86+ < p > In < a href ="http://player.oreilly.com/videos/9781491908181?toc_id=210188 "> this free video by Neal Ford</ a > ,
87+ he talks about engineering practices for continuous delivery. He explains
88+ the difference between
89+ < a href ="/continuous-integration.html "> continuous integration</ a > ,
90+ continuous deployment and continuous delivery. Highly recommended for an
91+ overview of deployment concepts and as an introduction to the other videos
92+ on those subjects in that series.</ p >
93+ </ li >
94+ < li >
8695< p > If you're using Flask this
8796 < a href ="https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/ "> detailed post on deploying it to Ubuntu</ a >
8897 is a great way to familiarize yourself with the deployment process.</ p >
Original file line number Diff line number Diff line change 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 >2015-05-05T07:37:38Z </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 >2015-05-06T19:04:17Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -55,6 +55,14 @@ guide as they are considered advanced deployment techniques.
5555 defines delivery versus deployment and walks through a continuous deployment
5656 workflow.
5757
58+ * In [ this free video by Neal Ford] ( http://player.oreilly.com/videos/9781491908181?toc_id=210188 ) ,
59+ he talks about engineering practices for continuous delivery. He explains
60+ the difference between
61+ [ continuous integration] ( /continuous-integration.html ) ,
62+ continuous deployment and continuous delivery. Highly recommended for an
63+ overview of deployment concepts and as an introduction to the other videos
64+ on those subjects in that series.
65+
5866* If you're using Flask this
5967 [ detailed post on deploying it to Ubuntu] ( https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/ )
6068 is a great way to familiarize yourself with the deployment process.
You can’t perform that action at this time.
0 commit comments