X Local File Search Code
Status: Alpha
Brought to you by:
xumix
| File | Date | Author | Commit |
|---|---|---|---|
| Crawler | 2006-12-01 | xumix | [r41] reformat code |
| HostsUpdater | 2006-12-01 | xumix | [r41] reformat code |
| README | 2006-11-24 | xumix | [r37] Fix install instructions |
| XFileSearch.sln | 2006-11-11 | xumix | [r31] move hosts populating logic to separate file |
| install.sql | 2006-12-01 | xumix | [r42] fix install.sql to use proper column |
Short intro: 1) You need to create a PostgreSQL database 2) You need Tsearch2 module installed and configured into you DB 3) You may need to edit install.sql, replace 'default_russian' with your Tsearch2 config everywhere 4) Run install.sql in your DB like this: psql -U user -W your_db < install.sql OR use PgAdmin to run this script 5) Edit HostsUpdater.exe.config according to your DB, add networks/hosts/ranges you want to index to Hosts.txt, and run HostsUpdater.exe 6) Edit xsearch.exe.config according to your needs and DB 7) Run Xsearch.exe or on *nix mono Xsearch.exe 8) Report bugs to me :)