open-source-search-engine ========================= An open source web and enterprise search engine and spider/crawler. As can be seen on http://www.gigablast.com/ . RUNNING GIGABLAST ----------------- See html/faq.html for all administrative documentation including the quick start instructions. Alternatively, visit http://www.gigablast.com/faq.html CODE ARCHITECTURE ----------------- See html/developer.html for all code documentation. Alternatively, visit http://www.gigablast.com/developer.html CONTACT ------- Contact me for feature requests or help in general. I will work for free for good use cases. mattdwells@hotmail.com. BUILD DEPENDENCIES ------------------ ### On Debian (and derivatives) sudo apt-get install make g++ libssl-dev zlib1g-dev ### On RedHat/CentOS sudo yum install gcc-c++ openssl-devel