/search-engine

A web search engine is a software system that is designed to search for information on the World Wide Web.

Primary LanguageCSSMIT LicenseMIT

Search Engine

Search engine, written in php.

Project Documentation: http://shivajivarma.com/project/search-engine/

Setup:

  1. Install Prerequisite Software:

  2. Clone the source code:

     git clone https://github.com/shivajivarma/search-engine.git
  3. Ensure below extensions as enabled in php.ini. Just remove ; before

    • extension_dir = "ext"
    • extension=php_curl.dll
    • extension=php_mysqli.dll
  4. Create schema with name 'search'

  5. Start the PHP server in project source folder.

Author:
shivaji varma