Fast File Search
Current version:
Stable: 1.0.14
Development: 1.1.13
Introduction
Demo (static database)
Installation
Upgrade
ChangeLog
Translation
Contributing
Browse CVS repository
Comments
Frequently Asked Questions
Download
LiveCD
Information about LiveCD
Download
FFSearch @ SourceForge
FFSearch @ FreshMeat


|
Upgrade instructions
Login as root and follow these steps:
- Edit ffsearch.conf to configure Fast File Search.
- Now run upgrade.sh. This script will
- try to determine your Perl path, and modify the first line of each .pl file accordingly
- install the required Perl modules via CPAN on request.
- install ffsearch.conf to /etc/ffsearch.conf
- save the host list, admins and comments to file
- rebuild database tables
- restore the host list, admins and comments
- Copy the directory "bin" to home directory of user ffsearch (the location of
home directory depends on your system configuration, usually the home
directory is /home/ffsearch).
cp -r bin /home/ffsearch
- Install the web interface: copy the directory "htdocs/ffsearch"
to your htdocs (web server document directory).
- Optional: you can add or change the predefined search settings in the
beginning of file select.php.
- Become user ffsearch:
su -l ffsearch
- Run "ffsearch.pl --complete"
to crawl the network.
|