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-08 19:43:41 +0300
committerGitHub <noreply@github.com>2017-05-08 19:43:41 +0300
commitede6091b7f3e65ad716731b9f5c87b89b5f44a7b (patch)
treeba58ac1bfaee6831d2fcf35c9670a77a3ba2c490
parentd17946c9d537379793d898d45ea4239d837a0f66 (diff)
Update README.md
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6a2caf..03376ae 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@
## 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
@@ -40,6 +40,14 @@
- 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://github.com/nextcloud/vm/blob/master/apps/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/apps/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: