Skip to content
This repository was archived by the owner on Feb 13, 2022. It is now read-only.
/ searchEngine Public archive

Search engine written in python using django and docker

Notifications You must be signed in to change notification settings

thewachdog/searchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

searchEngine


A search engine which is used for search in private networks.

Technologies Used

  • Python3
  • Apache Nutch (For Crawler)
  • Apache Solr (For Indexing)

Installation

for Debian based distros

Pre-requestie: python3, nmap

pip3 install urllib3 django bs4 requests subprocess

Clone this repo git clone https://github.com/thewachdog/searchEngine.git

Navigate into the folder cd searchEngine

Run main.sh ./main.sh

Docker image

"Click here"

OR

Use this in Dockerfile (you must have installed openjdk) example Dockefile

FROM openjdk:13
WORKDIR /home
COPY searchEngine/ /home
CMD ['./main.py']

build docker image

docker build -t imagename .

About

Search engine written in python using django and docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •