Browse Source

readme: Add note about updating and password gen

tags/v0.7.0
Daniel Oaks 7 years ago
parent
commit
ea748a9f7b
1 changed files with 15 additions and 0 deletions
  1. 15
    0
      docs/README

+ 15
- 0
docs/README View File

@@ -27,6 +27,10 @@ Copy the example config file to ircd.yaml with a command like:
27 27
 
28 28
 Modify the config file as you like.
29 29
 
30
+To generate passwords for opers and connect passwords, you can use this command:
31
+
32
+    $ oragono genpasswd
33
+
30 34
 Run these commands in order -- these will setup each section of the server:
31 35
 
32 36
     $ oragono initdb
@@ -34,3 +38,14 @@ Run these commands in order -- these will setup each section of the server:
34 38
     $ oragono run
35 39
 
36 40
 And you should now be running Oragono!
41
+
42
+
43
+=== Updating ===
44
+
45
+If you're updating from a previous version of Oragono, checkout the CHANGELOG for a shortlist
46
+of important changes you'll want to take a look at. The change log details config changes,
47
+fixes, new features and anything else you'll want to be aware of!
48
+
49
+If there's been a database update, you'll also need to run this command:
50
+
51
+    $ oragono upgradedb

Loading…
Cancel
Save