Difference between revisions of "Avantfax"
Jump to navigation
Jump to search
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...") |
Michael.mast (talk | contribs) (→Notes) |
||
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 |
− | + | </pre> | |
− | + | <pre> | |
− | + | 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