mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-16 08:39:03 +00:00
Revert french translations but keep bug fixes
This commit is contained in:
27
README.md
27
README.md
@@ -1,6 +1,7 @@
|
||||
# Simple incremental search tool
|
||||
|
||||
Work in progress! Shouldn't be used in production environnments.
|
||||
|
||||
Portable search tool for local files using Elasticsearch.
|
||||
|
||||
### Features
|
||||
* Incremental search (Search as you type)
|
||||
@@ -22,30 +23,14 @@ Work in progress! Shouldn't be used in production environnments.
|
||||
Java and python3 are required.
|
||||
Once the web server is running, you can connect to the search interface by typing `localhost:8080` in your browser.
|
||||
|
||||
## Setup on Windows
|
||||
## Setup on Windows/Mac/linux (Python 3.5+)
|
||||
|
||||
* Download and install [Elasticsearch](https://www.elastic.co/downloads/elasticsearch)
|
||||
|
||||
```bash
|
||||
git clone https://github.com/simon987/Simple-Incremental-Search-Tool
|
||||
cd Projet-Web-2018
|
||||
```
|
||||
[Download latest elasticsearch version](https://www.elastic.co/downloads/elasticsearch) and extract to `Simple-Incremental-Search-Tool\elasticsearch`
|
||||
|
||||
```bash
|
||||
sudo pip3 install -r requirements.txt
|
||||
|
||||
python3 run.py
|
||||
```
|
||||
|
||||
## Setup on Mac/linux
|
||||
```bash
|
||||
git clone https://github.com/simon987/Simple-Incremental-Search-Tool
|
||||
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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user