cd /path/to/geeklog/plugins tar -zxvf /path/to/tarball/faq_1.1.0_1.5.0.tar.gzFTP, Windows Users: unpack the tarball on your local computer and upload the result to your designated server. Everything uploads as ASCII except the images.
The result of this step should be a new folder named faq located at /path/to/geeklog/plugins/faq.
chown -R webuser:webuser /path/to/geeklog/plugins/faqThis guarantees that everything in that path belongs to you, typical settings are www:www or nobody:nobody and more often than not doesn't matter.
cd /path/to/geeklog mv plugins/faq/public_html public_html/faq
cd /path/to/geeklog mv plugins/faq/admin public_html/admin/plugins/faq
http:/your_geeklog_url/admin/plugins.phpYou should see the faq plugin listed at the bottom under New Plugin. Hit the Install link and the plugin will install.
/path/to/geeklog/plugins/faq /path/to/geeklog/public_html/faq /path/to/geeklog/public_html/admin/plugins/faq
http:/your_geeklog_url/admin/plugins.phpYour FAQ plugin should be listed as needing an upgrade. Klick the edit icon for the FAQ plugin. On the FAQ plugin editor screen now showing, click the upgrade button and wait for the plugin to complete the upgrade.