PeARS Lite is a bare-bone version of PeARS which will allow you to index and search Web document in your language, locally and robustly.
git clone https://github.com/PeARSearch/PeARS-lite.git
If you haven't yet set up virtualenv on your machine, please install it via pip:
sudo apt-get update
sudo apt-get install python3-setuptools
sudo apt-get install python3-pip
sudo pip install virtualenv
Then change into the PeARS-orchard directory:
cd PeARS-lite
Then run:
virtualenv env && source env/bin/activate
From the PeARS-orchard directory, run:
pip install -r requirements.txt
In the root of the repo, run:
python3 run.py
Now, go to your browser at localhost:8080. You should see the search page for PeARS. You don't have any pages indexed yet, so go to the F.A.Q. page (link at the top of the page) and follow the short instructions to get you going!