summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author= <termer@protonmail.com>2021-07-16 17:03:44 -0400
committer= <termer@protonmail.com>2021-07-16 17:03:44 -0400
commit2ec0d8f6a4df260680b826f7c63efc06640c9170 (patch)
tree3dba6f575d64faaf7705ae74a5f731cd133912d4
parent869aa0b910f5616a47b5a418222fdc2c82ddbb6c (diff)
fix config not being copied before making certs
-rw-r--r--irc.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/irc.html b/irc.html
index 45c2bca..427eca4 100644
--- a/irc.html
+++ b/irc.html
@@ -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>