I have downloaded filePro 5.6 from your website, but am unsure of how to begin the installation. What do I need to do with this .tar.gzip file?
1) Unzip the download file, using:
gunzip filename
2) Extract the resulting .tar file to a temporary directory. We suggest copying
the .tar to /tmp using the following commands:
cd /tmp
tar -xvf filename
This will create directory fpinstall with all the installation files.
3) Run the "finish script.
fpinstall/finish
4) Follow the instructions provided in the install script.