File tree Expand file tree Collapse file tree 3 files changed +39
-0
lines changed
source/content/pages/07-web-development Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -4836,8 +4836,21 @@ <h3>Static site generator resources</h3>
48364836</li>
48374837</ul>
48384838<h3>Static site deployment resources</h3>
4839+ <p>Deploying a static site is far less complicated than a
4840+ <a href="/deployment.html">traditional web application deployment</a>, but you still
4841+ need to host the files somewhere accessible. You'll also to set up DNS to
4842+ point a domain name to your site as well as provide HTTPS support.
4843+ These guides walk through various ways of handling the static site
4844+ deployment.</p>
48394845<ul>
48404846<li>
4847+ <p>Randall Degges'
4848+ <a href="https://stormpath.com/blog/ultimate-guide-deploying-static-site-aws">Ultimate Guide to Deploying Static Sites to Amazon Web Services</a>
4849+ walks through all the steps you need to get your site up and running on
4850+ S3. The guide also shows how to set up SSL certificates to ensure
4851+ your site can be loaded via HTTPS.</p>
4852+ </li>
4853+ <li>
48414854<p><a href="https://www.davidbaumgold.com/tutorials/deploy-static-site-aws-s3-cloudfront/">Deploying a Static Site on AWS, with S3 and CloudFront</a>
48424855 provides a really nice tutorial with screenshots to get any type of static site
48434856 configured on AWS using S3 and Cloudfront.</p>
Original file line number Diff line number Diff line change @@ -177,6 +177,19 @@ ones listed here are primarily coded in Python.
177177
178178
179179### Static site deployment resources
180+ Deploying a static site is far less complicated than a
181+ [ traditional web application deployment] ( /deployment.html ) , but you still
182+ need to host the files somewhere accessible. You'll also to set up DNS to
183+ point a domain name to your site as well as provide HTTPS support.
184+ These guides walk through various ways of handling the static site
185+ deployment.
186+
187+ * Randall Degges'
188+ [ Ultimate Guide to Deploying Static Sites to Amazon Web Services] ( https://stormpath.com/blog/ultimate-guide-deploying-static-site-aws )
189+ walks through all the steps you need to get your site up and running on
190+ S3. The guide also shows how to set up SSL certificates to ensure
191+ your site can be loaded via HTTPS.
192+
180193* [ Deploying a Static Site on AWS, with S3 and CloudFront] ( https://www.davidbaumgold.com/tutorials/deploy-static-site-aws-s3-cloudfront/ )
181194 provides a really nice tutorial with screenshots to get any type of static site
182195 configured on AWS using S3 and Cloudfront.
Original file line number Diff line number Diff line change @@ -213,8 +213,21 @@ <h3>Static site generator resources</h3>
213213</ li >
214214</ ul >
215215< h3 > Static site deployment resources</ h3 >
216+ < p > Deploying a static site is far less complicated than a
217+ < a href ="/deployment.html "> traditional web application deployment</ a > , but you still
218+ need to host the files somewhere accessible. You'll also to set up DNS to
219+ point a domain name to your site as well as provide HTTPS support.
220+ These guides walk through various ways of handling the static site
221+ deployment.</ p >
216222< ul >
217223< li >
224+ < p > Randall Degges'
225+ < a href ="https://stormpath.com/blog/ultimate-guide-deploying-static-site-aws "> Ultimate Guide to Deploying Static Sites to Amazon Web Services</ a >
226+ walks through all the steps you need to get your site up and running on
227+ S3. The guide also shows how to set up SSL certificates to ensure
228+ your site can be loaded via HTTPS.</ p >
229+ </ li >
230+ < li >
218231< p > < a href ="https://www.davidbaumgold.com/tutorials/deploy-static-site-aws-s3-cloudfront/ "> Deploying a Static Site on AWS, with S3 and CloudFront</ a >
219232 provides a really nice tutorial with screenshots to get any type of static site
220233 configured on AWS using S3 and Cloudfront.</ p >
You can’t perform that action at this time.
0 commit comments