mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-04-10 14:06:41 +00:00
Simple incremental search tool
Work in progress: probably won't work without some tweaking
Setup on Windows
git clone https://github.com/simon987/Projet-Web-2018
cd Projet-Web-2018
Download latest elasticsearch version and extract to Projet-Web-2018\elasticsearch
sudo pip3 install -r requirements.txt
python3 run.py
Setup on Mac/linux
git clone https://github.com/simon987/Projet-Web-2018
cd Projet-Web-2018
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.4.zip
unzip elasticsearch-6.2.4.zip
rm elasticsearch-6.2.4.zip
mv elasticsearch-6.2.4 elasticsearch
sudo pip3 install -r requirements.txt
python3 run.py
Running unit tests
python3 -m unittest
Description
Languages
Python
39.6%
CSS
33.4%
HTML
17.4%
JavaScript
8%
Shell
1.6%