Add some more notes about domains and deployments.

This commit is contained in:
Dave Smith-Hayes 2024-10-24 22:44:14 -04:00
parent 0ca9cc68da
commit cbbf6550e9

View File

@ -111,6 +111,8 @@
<h2 class="fragment" data-transition="fade-in">But first...</h2> <h2 class="fragment" data-transition="fade-in">But first...</h2>
</section> </section>
<!-- Set up the VPS, set up namesavers, set the DNS records -->
<section> <section>
<h2>VPS</h2> <h2>VPS</h2>
<ul> <ul>
@ -127,6 +129,15 @@
<aside class="notes">Virtual Private Servers, super easy for getting off the ground quickly</aside> <aside class="notes">Virtual Private Servers, super easy for getting off the ground quickly</aside>
</section> </section>
<section>
<h2>Domains</h2>
<ul>
<li>Buy a domain</li>
<li>Update the Nameservers</li>
<li>Add <strong>A Record</strong> for the IP to the VPS</li>
</ul>
</section>
<section> <section>
<h2>Dokku</h2> <h2>Dokku</h2>
<ul> <ul>