mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-04-18 01:36:49 +00:00
Create README.md
This commit is contained in:
parent
75d7e8e3a8
commit
66dabd7ce5
22
README.md
Normal file
22
README.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Simple incremental search tool
|
||||||
|
|
||||||
|
Work in progress: probably won't work without some tweaking
|
||||||
|
|
||||||
|
## Running on linux
|
||||||
|
```bash
|
||||||
|
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 tests
|
||||||
|
```
|
||||||
|
python3 -m unittest discover
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user