mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-05 22:52:45 +02:00
Merge branch 'deltecent-install'
This commit is contained in:
commit
bcb96c2bda
@ -18041,3 +18041,5 @@
|
|||||||
* Modified the 'rivendell-opsguide' RPM package to be 'noarch'.
|
* Modified the 'rivendell-opsguide' RPM package to be 'noarch'.
|
||||||
* Added the components of the 'rivendell-opsguide' subpackage to
|
* Added the components of the 'rivendell-opsguide' subpackage to
|
||||||
the 'rivendell' RPM package.
|
the 'rivendell' RPM package.
|
||||||
|
2018-11-21 Patrick Linstruth <patrick@deltecent.com>
|
||||||
|
* Add rddbmgr '--generate-audio' switch to INSTALL documentation.
|
||||||
|
11
INSTALL
11
INSTALL
@ -175,9 +175,9 @@ plan on using those sound driver architectures.
|
|||||||
The installation of Rivendell's web services components are controlled
|
The installation of Rivendell's web services components are controlled
|
||||||
by two parameters passed to 'configure', as follows:
|
by two parameters passed to 'configure', as follows:
|
||||||
|
|
||||||
--libexecdir Location to install web scripts and static content
|
--libexecdir Location to install web scripts and static content
|
||||||
|
|
||||||
--sysconfdir Location to install Apache configuration
|
--sysconfdir Location to install Apache configuration
|
||||||
|
|
||||||
The specific values to pass will vary widely depending upon the specific
|
The specific values to pass will vary widely depending upon the specific
|
||||||
distro in question. Some known good values (assuming a default Apache
|
distro in question. Some known good values (assuming a default Apache
|
||||||
@ -187,7 +187,7 @@ RHEL 5: --libexecdir=/var/httpd/rd-bin --sysconfdir=/etc/httpd/conf.d
|
|||||||
|
|
||||||
RHEL 6/7: --libexecdir=/var/www/rd-bin --sysconfdir=/etc/httpd/conf.d
|
RHEL 6/7: --libexecdir=/var/www/rd-bin --sysconfdir=/etc/httpd/conf.d
|
||||||
|
|
||||||
SuSE: --libexecdir=/srv/www/rd-bin --sysconfdir=/etc/apache2/conf.d
|
SuSE: --libexecdir=/srv/www/rd-bin --sysconfdir=/etc/apache2/conf.d
|
||||||
|
|
||||||
After doing 'make install', be sure to restart the Apache web service.
|
After doing 'make install', be sure to restart the Apache web service.
|
||||||
|
|
||||||
@ -226,9 +226,10 @@ DB user to access it. This user should have the following privileges:
|
|||||||
|
|
||||||
In the '[mySQL]' section of the '/etc/rd.conf' file, set the 'Database=',
|
In the '[mySQL]' section of the '/etc/rd.conf' file, set the 'Database=',
|
||||||
'Loginname=' and 'Password=' parameters to the DB name, user and password
|
'Loginname=' and 'Password=' parameters to the DB name, user and password
|
||||||
that you created. Then, create an initial Rivendell database by doing:
|
that you created. Then, create an initial Rivendell database and generate
|
||||||
|
the audio for the test-tone cart in the audio store audio cart by doing:
|
||||||
|
|
||||||
rddbmgr --create
|
rddbmgr --create --generate-audio
|
||||||
|
|
||||||
If all goes well, this command should return with no output.
|
If all goes well, this command should return with no output.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user