Updated the 'README' file with RDDbConfig utility.

This commit is contained in:
Patrick Linstruth
2018-10-29 10:05:32 -07:00
parent 4f8a5278fd
commit 8a0f5da5b4
3 changed files with 8 additions and 5 deletions

View File

@@ -224,13 +224,13 @@ In the '[mySQL]' section of the '/etc/rd.conf' file, set the 'Database=',
'Loginname=' and 'Password=' parameters to the DB name, user and password
that you created. Then, create an initial Rivendell database by doing:
rddbmgr --create
rddbmgr --create
If all goes well, this command should return with no output.
Finally, start up the Rivendell service by doing (as root):
systemctl start rivendell
systemctl start rivendell
You should now be able to run the various Rivendell components from the
Applications menu.