From ce44efc0871989663863fafecb5c45aa6a0398b7 Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 3 Nov 2016 11:07:14 +0800 Subject: [PATCH] update nextcloud doc --- nextcloud/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nextcloud/README.md b/nextcloud/README.md index 84b7bef..60df49c 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -30,8 +30,19 @@ nginx: ```bash $ docker-compose up -d +$ docker-compose exec --user www-data nextcloud bash +>>> php occ files:scan --all +Starting scan for user 1 out of 1 (admin) ++---------+-------+--------------+ +| Folders | Files | Elapsed time | ++---------+-------+--------------+ +| 10 | 21 | 00:00:00 | ++---------+-------+--------------+ +>>> exit ``` +You can use the [occ][2] admin tool. + ## Client Setup - Android: @@ -39,3 +50,4 @@ $ docker-compose up -d - Windows: [1]: https://nextcloud.com/ +[2]: https://docs.nextcloud.com/server/9/admin_manual/configuration_server/occ_command.html