|
1.
|
|
|
Administration
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/administration.rst:4
|
|
2.
|
|
|
The administration in Mahara is reserved for site and institution administrators. Configuration settings and functionalities that are only available to site administrators with full privileges are marked as such.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/administration.rst:6
|
|
3.
|
|
|
Command-line interfaces (CLI)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:9
|
|
4.
|
|
|
Command-line interfaces (CLI) allow advanced users to interact with Mahara through the command line or terminal rather than through a graphical interface. That can speed up certain actions or make them easier to execute.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:11
|
|
5.
|
|
|
You can view help information on the individual commands that are available for each script:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:14
|
|
6.
|
|
|
``sudo -u www-data php htdocs/admin/cli/[file name of the script].php -h``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:16
|
|
7.
|
|
|
Delete certain groups in bulk
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:33
|
|
8.
|
|
|
If you have a large site and deleted a lot of users, you may also wish to clean up old groups in an efficient way. You can do the following with the bulk group deletion script:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:27
|
|
9.
|
|
|
delete all groups that have no members, e.g. after users were deleted;
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:29
|
|
10.
|
|
|
and delete all groups that have only site administrators as members;
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:38
|