Difference between revisions of "Avantfax"

From Michael's Information Zone
Jump to navigation Jump to search
(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...")
 
 
Line 4: Line 4:
 
Installing on CentOS 7.7
 
Installing on CentOS 7.7
 
<pre>
 
<pre>
yum install mariadb mariadb-server httpd php php-devel php-pear php-mysql php-mbstring php-pecl-Fileinfo ImageMagick-devel
+
yum install mariadb mariadb-server httpd php php-devel php-pear php-mysql php-mbstring php-pecl-Fileinfo ImageMagick-devel wget
 
wget http://jaist.dl.sourceforge.net/project/avantfax/avantfax-3.3.5.tgz
 
wget http://jaist.dl.sourceforge.net/project/avantfax/avantfax-3.3.5.tgz
tar -xf avantfax-3.3.5.tgz  
+
tar -xf avantfax-3.3.5.tgz
cp -R avantfax-3.3.5/* /var/www/avantfax/
+
</pre>
chown -R apache.apache /var/www/avantfax
+
<pre>
restorecon -r /var/www/avantfax
+
setsebool -P httpd_unified 1
 
</pre>
 
</pre>

Latest revision as of 11:00, 28 September 2019

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
wget http://jaist.dl.sourceforge.net/project/avantfax/avantfax-3.3.5.tgz
tar -xf avantfax-3.3.5.tgz
setsebool -P httpd_unified 1