Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <daniel@techandme.se>2017-05-08 20:01:02 +0300
committerGitHub <noreply@github.com>2017-05-08 20:01:02 +0300
commit20166691af622f6dd9122720b6724b95f2d8838e (patch)
tree31cdfc90211d527dcc7d26aa0fee55dbbddf6935
parent11e90e882d4ef8d028eae05a67276e88e3528a9f (diff)
parent89d2b93f8f97113279faf8d0500889e61824803d (diff)
Merge pull request #176 from SrzStephen/master
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index a94a159..cdec36c 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,11 @@
## Installation
- [You first need to install a Solr servlet](https://github.com/nextcloud/nextant/wiki)
-- Download the .zip from the appstore, unzip and place this app in **nextcloud/apps/** (or clone the github and build the app yourself)
+- Download the .tar.gz from the [https://apps.nextcloud.com/apps/nextant](appstore), unzip and place this app in **nextcloud/apps/** (or clone the github and build the app yourself)
- Enable the app in the app list,
- Edit the settings in the administration page.
+- Enable Nextant using the **./occ app:enable nextant** command
+- Test your Solr installation and save the configuration to Nextant using the **./occ nextant:test http://127.0.0.1:8983/solr/ nextant --save** command
- Extract the current files from your cloud using the **./occ nextant:index** command
- Have a look to this [explanation on how Nextant works](https://github.com/nextcloud/nextant/wiki/Extracting,-Live-Update)
- _(Optional)_ [Installing Tesseract](https://github.com/tesseract-ocr/tesseract/wiki) ([Optical Character Recognition](https://en.wikipedia.org/wiki/Optical_character_recognition) (OCR) Engine) will allow Nextant to extract text from image file and pdfs without a text layer.