shivajivarma / search-engine

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

Home Page:http://shivajivarma.com/project/search-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

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

License:MIT License


Languages

Language:CSS 33.7%Language:HTML 33.2%Language:JavaScript 27.8%Language:PHP 3.5%Language:CoffeeScript 1.1%Language:Ruby 0.5%Language:Shell 0.1%Language:PowerShell 0.1%