Skip to content

imerlwx/search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikipedia Search Engine

In this project, we will implement a Wikipedia Search Engine.

Installation

First, give execution permission to the shell scripts. Run the following command in your terminal.

chmod +x ./bin/install
chmod +x ./bin/index
chmod +x ./bin/searchdb
chmod +x ./bin/search

Then, install the Python virtual environment and install required Python package by running the following command in your terminal.

./bin/install

Usage

Start the Index server and the Search server by running the following command in your terminal.

./bin/index start
./bin/searchdb create
./bin/search start

Then, browse to your localhost.

When you finish your need on this server, run the following command in your terminal to stop.

./bin/search stop
./bin/index stop

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages