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:
authorSrzStephen <stephen@motts.id.au>2017-05-06 16:07:09 +0300
committerGitHub <noreply@github.com>2017-05-06 16:07:09 +0300
commitd638822310319397ce450a6a83bdaf167ecb5d64 (patch)
treeae4cf517374dc5f3e720fcf4ec89b9c8a6521e00
parent7ffdf06cf75f542d1efe3611af524c4f7035b6da (diff)
Updated Readme.md Instructions
Added missing instructions in the installation process (enable Nextant, test Solr config), and removed instructions and link to the now non existent install script. I looked around and the only place that I found those instructions after battling with the "nextant not configured" error for a few days was a cache of the now deleted install script
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index a94a159..e6a2caf 100644
--- a/README.md
+++ b/README.md
@@ -34,18 +34,12 @@
- Download the .zip from the 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.
-## Scripted installation (Ubuntu)
-The developers of the [Nextcloud VM](https://github.com/nextcloud/vm) has made a [script](https://raw.githubusercontent.com/nextcloud/vm/master/static/nextant.sh) that you can use.
-Please note that you must change the variables in the script to suit your config before you run it.
-
-To get the script, please type the folloing command: `wget https://github.com/nextcloud/vm/blob/master/static/nextant.sh` and then run the script with `sudo bash nextant.sh`.
-
-Please report any issues regarding the script in the [Nextcloud VM repo](https://github.com/nextcloud/vm/issues).
-
## Building the app
The app can be built by using the provided Makefile by running: