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

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-01-18 11:10:02 +0300
committerGitHub <noreply@github.com>2019-01-18 11:10:02 +0300
commitb0d863fa19715ddb491e2a5db757740d88ad153e (patch)
tree9753925c7e0b7309cbab5ed4dca5aa57d2949110
parenta124432eca6cb3535d69c8baaa3ac89fcf17e857 (diff)
parentc77f05447b187b70f4d86a8a555c4f123c600de6 (diff)
Merge pull request #146 from danger89/patch-1
Improve the description help text
-rw-r--r--appinfo/info.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 79f16ca..c838731 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,8 +6,10 @@
<description><![CDATA[The Preview Generator app allows admins to pre-generate previews. The app listens to edit events and stores this information. Once a cron job is triggered it will generate start preview generation. This means that you can better utilize your system by pre-generating previews when your system is normally idle and thus putting less load on your machine when the requests are actually served.
The app does not replace on demand preview generation so if a preview is requested before it is pre-generated it will still be shown.
+The first time you install this app, before using a cron job, you properly want to generate all previews via:
+**./occ preview:generate-all -vvv**
-**Important**: To enable pre-generation of previews you must add **./occ preview:pre-generate** to a system cron job that runs at times of your choosing.]]>
+**Important**: To enable pre-generation of previews you must add **php /var/www/nextcloud/occ preview:pre-generate** to a system cron job that runs at times of your choosing.]]>
</description>
<licence>AGPL</licence>
<author>Roeland Jago Douma</author>