Skip to content

Commit

Permalink
Deployed 5f6764b with mkdocs 1.6.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 4, 2024
1 parent b737dda commit 85adbbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,5 +456,5 @@ <h2 id="contribution-guide">Contribution guide</h2>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-08-01 13:42:16.848371+00:00
Build Date UTC : 2024-08-04 04:01:27.237904+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions tutorials/deploying-rails-from-scratch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<div class="section" itemprop="articleBody">

<h1 id="deploying-rails-from-scratch">Deploying Rails From Scratch</h1>
<p>In this tutorial we will use tomo to deploy a <a href="https://github.com/mattbrictson/rails-new">sample Rails project</a> to a virtual private server (VPS). These instructions use <a href="https://www.digitalocean.com">DigitalOcean</a> as the hosting provider, but any provider that offers an Ubuntu 20.04 or 22.04 LTS VPS should work in a similar way. Here are the steps involved (step 1 is the only part that is DigitalOcean-specific):</p>
<p>In this tutorial we will use tomo to deploy a <a href="https://github.com/mattbrictson/rails-new">sample Rails project</a> to a virtual private server (VPS). These instructions use <a href="https://www.digitalocean.com">DigitalOcean</a> as the hosting provider, but any provider that offers an Ubuntu LTS VPS should work in a similar way. Here are the steps involved (step 1 is the only part that is DigitalOcean-specific):</p>
<ol>
<li><a href="#create-an-ubuntu-vps">Create an Ubuntu VPS</a></li>
<li><a href="#install-necessary-apt-packages">Install necessary apt packages</a></li>
Expand All @@ -176,7 +176,7 @@ <h1 id="deploying-rails-from-scratch">Deploying Rails From Scratch</h1>
<p>This is a basic tutorial that skips over DNS, TLS, load balancing, PostgreSQL, etc. If you have suggestions for expanding this guide, consider <a href="https://github.com/mattbrictson/tomo">opening an issue or pull request on GitHub</a>. Thanks for reading!</p>
<h2 id="create-an-ubuntu-vps">Create an Ubuntu VPS</h2>
<p>Log into <a href="https://www.digitalocean.com">DigitalOcean</a> and create a &ldquo;Droplet&rdquo; (aka a VPS). If this is your first time using DigitalOcean, check out their <a href="https://www.digitalocean.com/docs/droplets/quickstart/">Droplet QuickStart</a> guide for an introduction to the service.</p>
<p>When creating the Droplet, make sure to choose <strong>Ubuntu 20.04 or 22.04 (LTS) x64</strong>:</p>
<p>When creating the Droplet, make sure to choose <strong>Ubuntu 20.04, 22.04, or 24.04 (LTS) x64</strong>:</p>
<p><img alt="Ubuntu 20.04 LTS" src="../ubuntu-20-lts%402x.png" /></p>
<p>And use <strong>SSH keys</strong> for authentication (tomo does not work with password authentication):</p>
<p><img alt="SSH Authentication" src="../ssh-auth%402x.png" /></p>
Expand Down

0 comments on commit 85adbbf

Please sign in to comment.