Переглянути джерело

readme: Add note about updating and password gen

tags/v0.7.0
Daniel Oaks 7 роки тому
джерело
коміт
ea748a9f7b
1 змінених файлів з 15 додано та 0 видалено
  1. 15
    0
      docs/README

+ 15
- 0
docs/README Переглянути файл

27
 
27
 
28
 Modify the config file as you like.
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
 Run these commands in order -- these will setup each section of the server:
34
 Run these commands in order -- these will setup each section of the server:
31
 
35
 
32
     $ oragono initdb
36
     $ oragono initdb
34
     $ oragono run
38
     $ oragono run
35
 
39
 
36
 And you should now be running Oragono!
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

Завантаження…
Відмінити
Зберегти