fix config not being copied before making certs

This commit is contained in:
= 2021-07-16 17:03:44 -04:00
parent 869aa0b910
commit 2ec0d8f6a4
1 changed files with 5 additions and 5 deletions

View File

@ -83,6 +83,11 @@ drwxr-xr-x 2 ergo ergo 12288 Jul 1 09:01 languages
<pre><code>sudo -i -u ergo
cd ~/server</code></pre>
<p>To start configuring, we need to copy some files:</p>
<pre><code>cp default.yaml ircd.yaml
cp ergo.motd ircd.motd</code></pre>
<p>
Next, generate certificate files for TLS:
</p>
@ -95,11 +100,6 @@ cd ~/server</code></pre>
go ahead and change them, as long as you know what you're doing.
</p>
<p>To start configuring, we need to copy some files:</p>
<pre><code>cp default.yaml ircd.yaml
cp ergo.motd ircd.motd</code></pre>
<p>
The next steps involve editing the newly copied <code>ircd.yaml</code> file. If you do not know how to edit text files from the comment line,
you can use <code>nano</code>, which is very simple, using arrow keys to navigate, <code>CTRL+O</code> to save, and <code>CTRL+X</code> to exit.<br>