mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 09:33:37 +02:00
2021-04-27 Fred Gleason <fredg@paravelsystems.com>
* Added a note on Apache configuration on Ubuntu to 'INSTALL'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
8
INSTALL
8
INSTALL
@@ -276,3 +276,11 @@ Configure script invocation: ./configure --prefix=/usr --libdir=/usr/lib64 --lib
|
||||
Required build packages: apache2 libexpat1-dev libexpat1 libid3-dev libcurl4-gnutls-dev libcoverart-dev libdiscid-dev libmusicbrainz5-dev libcdparanoia-dev libsndfile1-dev libpam0g-dev libvorbis-dev python3 python3-pycurl python3-pymysql python3-serial python3-requests libsamplerate0-dev qtbase5-dev libqt5sql5-mysql libsoundtouch-dev libsystemd-dev libjack-jackd2-dev libasound2-dev libflac-dev libflac++-dev libmp3lame-dev libmad0-dev libtwolame-dev docbook5-xml libxml2-utils docbook-xsl-ns xsltproc fop make g++ libltdl-dev autoconf automake libssl-dev libtag1-dev qttools5-dev-tools debhelper openssh-server autoconf-archive
|
||||
|
||||
Configure script invocation: ./configure --prefix=/usr --libdir=/usr/lib64 --libexecdir=/var/www/rd-bin --sysconfdir=/etc/apache2/conf-enabled --enable-rdxport-debug MUSICBRAINZ_LIBS="-ldiscid -lmusicbrainz5cc -lcoverartcc"
|
||||
|
||||
Apache Web Server Configuration: CGI processing must be enabled. This can
|
||||
be done by means of the following commands:
|
||||
|
||||
sudo ln -sf ../mods-available/cgid.conf /etc/apache2/mods-enabled/cgid.conf
|
||||
sudo ln -sf ../mods-available/cgid.load /etc/apache2/mods-enabled/cgid.load
|
||||
sudo systemctl restart apache2
|
||||
|
||||
|
Reference in New Issue
Block a user