Add some more to the slides, some humour around the Dokku overview.

This commit is contained in:
Dave Smith-Hayes 2024-10-29 21:52:40 -04:00
parent 9ab1f464a1
commit 1aee3a192d

View File

@ -72,23 +72,13 @@
</ul>
</section>
<section>
<h2>Deployment Methods</h2>
<ul>
<li class="fragment">In Place</li>
<li class="fragment">Rolling</li>
<li class="fragment">Immutable</li>
<li class="fragment">Green/Blue</li>
</ul>
</section>
<section>
<h2>Doing it Yourself</h2>
<h3 class="fragment">What do you need?</h3>
<ul>
<li class="fragment">A domain</li>
<li class="fragment">A server with a public IP address</li>
<li class="fragment">A webserver</li>
<li class="fragment">An internet connected server </li>
<li class="fragment">A webserver (<em>NGiNX, Apache, Caddy, etc</em>)</li>
<li class="fragment">Patience</li>
</ul>
</section>
@ -121,6 +111,9 @@
<li>Becomes a Git remote repository</li>
<li>Builds and deploys the app behind NGiNX</li>
</ul>
<p class="fragment">
<small><em>It does a lot more than this</em></small>
</p>
</section>
<section>
@ -130,6 +123,9 @@
<li>Dockerfile</li>
<li>Nixpacks</li>
</ul>
<p class="fragment">
<small><em>It does a lot more than this</em></small>
</p>
</section>
<section>
@ -138,6 +134,9 @@
<li>Let's Encrypt</li>
<li>Databases (MySQL, Postgres)</li>
</ul>
<p class="fragment">
<small><em>It does a lot more than this</em></small>
</p>
</section>
<section>