If you're using an RPM based distro you can use our phpmyfaq.spec for building your own phpMyFAQ RPM unsigned package. Just open a shell as [b]root[/b] and type:
# rpmbuild -ta path/to/phpmyfaq-<VERSION>.full.tar.gz;
Then if you want:a. to install this RPM package, type:
# rpm -ivh /usr/src/redhat/RPMS/noarch/phpmyfaq-<VERSION>-<PACKAGE RELEASE>.noarch.rpm
b. to upgrade your PMF server using this RPM package, type:
# rpm -Uvh /usr/src/redhat/RPMS/noarch/phpmyfaq-<VERSION>-<PACKAGE RELEASE>.noarch.rpm