Avantfax

From Michael's Information Zone
Revision as of 08:33, 28 September 2019 by Michael.mast (talk | contribs) (Created page with "==Purpose== Installing the Avantfax web frontend for Hylafax+. This is not ideal as it uses old packages, I do not trust the thing but as of this writing the app has not been...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Installing the Avantfax web frontend for Hylafax+. This is not ideal as it uses old packages, I do not trust the thing but as of this writing the app has not been updated since 2016.

Notes

Installing on CentOS 7.7

yum install mariadb mariadb-server httpd php php-devel php-pear php-mysql php-mbstring php-pecl-Fileinfo ImageMagick-devel
wget http://jaist.dl.sourceforge.net/project/avantfax/avantfax-3.3.5.tgz
tar -xf avantfax-3.3.5.tgz 
cp -R avantfax-3.3.5/* /var/www/avantfax/
chown -R apache.apache /var/www/avantfax
restorecon -r /var/www/avantfax