|
107.
|
|
|
Export some accounts based on CSV file
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:87
|
|
108.
|
|
|
Choose the export format: HTML, Leap2A, PDF (if installed)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:88
|
|
109.
|
|
|
``sudo -u www-data php htdocs/admin/cli/portfolio_bulkexport.php``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:94
|
|
110.
|
|
|
``sudo -u www-data php htdocs/admin/cli/portfolio_bulkexport.php -h``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:98
|
|
111.
|
|
|
Index sites running Elasticsearch faster
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:106
|
|
112.
|
|
|
**Prerequisite**: Elasticsearch is installed and set up to run on the site.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:109
|
|
113.
|
|
|
When a large site is indexed or re-indexed so that Elasticsearch can display results, this process can take a very long time because the indexing happens on cron runs. If the batch that was indexed finished before the end of the cron though, there is a lag between the next batch starting up again. The ``fast_index`` CLI script starts the next batch indexing right after the previous one finished.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:111
|
|
114.
|
|
|
You run the script with the following command:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:113
|
|
115.
|
|
|
``sudo -u www-data php admin/cli/fast_index.php``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:115
|
|
116.
|
|
|
Install and update language packs
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:123
|