PageRenderTime 23ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

https://github.com/gigablast/open-source-search-engine
Markdown | 44 lines | 24 code | 20 blank | 0 comment | 0 complexity | 3f3f20cc353736dc39ce3cbc5906ef4e MD5 | raw file
Possible License(s): Apache-2.0
  1. open-source-search-engine
  2. =========================
  3. An open source web and enterprise search engine and spider/crawler. As can be seen on http://www.gigablast.com/ .
  4. RUNNING GIGABLAST
  5. -----------------
  6. See <a href=html/faq.html>html/faq.html</a>
  7. for all administrative documentation including
  8. the quick start instructions.
  9. Alternatively, visit http://www.gigablast.com/faq.html
  10. CODE ARCHITECTURE
  11. -----------------
  12. See <a href=html/developer.html>html/developer.html</a>
  13. for all code documentation.
  14. Alternatively, visit http://www.gigablast.com/developer.html
  15. CONTACT
  16. -------
  17. Contact me for feature requests or help in general. I will work for free
  18. for good use cases. mattdwells@hotmail.com.
  19. BUILD DEPENDENCIES
  20. ------------------
  21. ### On Debian (and derivatives)
  22. sudo apt-get install make g++ libssl-dev zlib1g-dev
  23. ### On RedHat/CentOS
  24. sudo yum install gcc-c++ openssl-devel