From 5a66387cd3afbea3709bc69940932e7ca0c96ce6 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 16 Jan 2019 19:49:21 +0100 Subject: Rearange configuration instruction --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 47828cb..fdd1f55 100644 --- a/README.md +++ b/README.md @@ -27,21 +27,14 @@ All explication is for Manticore-search for the moment but at many time the term `sphinx` is used in code because Manticore-search want to keep a compatibility with Sphinx-search. -# Crawling - -For now there is an example spider with neodarz website. -For testing it just run: - -``` -python app.py -``` +# Configuration ## Database The database used for this project is PostgreSQL, you can update login information in `config.py` file. -# Sphinx-search / Manticore-search configuration +## Sphinx-search / Manticore-search The configuration for this is in `sphinx_search.conf` file. For update this file please view documentation of @@ -50,6 +43,15 @@ file please view documentation of Keep in mind you must keep up to date the file `config.py` in accordance with the `sphinx_search.conf` file. +# Crawling + +For now there is an example spider with neodarz website. +For testing it just run: + +``` +python app.py +``` + # Indexing Before lauch indexing or searching command you must verifiy that the folder of -- cgit v1.2.1