File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed
source/content/pages/03-deployment Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -766,6 +766,11 @@ <h2>Deployment resources</h2>
766766 defines delivery versus deployment and walks through a continuous deployment
767767 workflow.</ p >
768768</ li >
769+ < li >
770+ < p > If you're using Flask this
771+ < a href ="https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/ "> detailed post on deploying it to Ubuntu</ a >
772+ is a great way to familiarize yourself with the deployment process.</ p >
773+ </ li >
769774</ ul >
770775< h2 > Deployment learning checklist</ h2 >
771776< p > < i class ="fa fa-check-square-o "> </ i >
Original file line number Diff line number Diff line change @@ -86,6 +86,11 @@ <h2>Deployment resources</h2>
8686 defines delivery versus deployment and walks through a continuous deployment
8787 workflow.</ p >
8888</ li >
89+ < li >
90+ < p > If you're using Flask this
91+ < a href ="https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/ "> detailed post on deploying it to Ubuntu</ a >
92+ is a great way to familiarize yourself with the deployment process.</ p >
93+ </ li >
8994</ ul >
9095< h2 > Deployment learning checklist</ h2 >
9196< p > < i class ="fa fa-check-square-o "> </ i >
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 >2014-10-27T20:40:24Z </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 >2014-10-29T11:17:49Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ guide as they are considered advanced deployment techniques.
6666 defines delivery versus deployment and walks through a continuous deployment
6767 workflow.
6868
69+ * If you're using Flask this
70+ [ detailed post on deploying it to Ubuntu] ( https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/ )
71+ is a great way to familiarize yourself with the deployment process.
6972
7073## Deployment learning checklist
7174<i class =" fa fa-check-square-o " ></i >
You can’t perform that action at this time.
0 commit comments