Skip to content

Commit bd63493

Browse files
committed
Fixed moodle ci issue and updated README file
1 parent e75c079 commit bd63493

File tree

2 files changed

+26
-17
lines changed

2 files changed

+26
-17
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
services:
1010
postgres:
11-
image: postgres:13
11+
image: postgres:14
1212
env:
1313
POSTGRES_USER: 'postgres'
1414
POSTGRES_HOST_AUTH_METHOD: 'trust'

README.md

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1-
# Site Statistics
2-
Site Statistics Block for Moodle
3-
4-
This block is generally used to show the site statistics such as total number of active users, courses, activities and disk usage on dashboard.
5-
6-
This block can be added & viewed by administrator and manager role. Other user roles can also view this block if they are allowed to view it.
7-
8-
This block provides shortcuts to user management, course management and activity management through the hyperlinks added to the counts.
9-
10-
This block comes with English, Marathi and Hindi language strings.
11-
12-
# #Author
13-
14-
Author: Santosh Nagargoje
15-
16-
Web profile: https://santoshnagargoje.in/
1+
# Site Statistics
2+
Site Statistics Block for Moodle
3+
4+
This block is generally used to show the site statistics such as total number of active users, courses, activities and disk usage on dashboard.
5+
6+
This block can be added & viewed by administrator and manager role. Other user roles can also view this block if they are allowed to view it.
7+
8+
This block provides shortcuts to user management, course management and activity management through the hyperlinks added to the counts.
9+
10+
This block comes with English, Marathi and Hindi language strings.
11+
12+
# How to use
13+
1. Login as an administrator.
14+
2. Go to Dashboard page.
15+
3. Turn Editing on
16+
4. Click on Add a block
17+
5. Select Site Statistics from the list
18+
6. Check block added on Dashboard page
19+
**Note**: In order to get the disk usage value, the **Calculate Disk Usage** task should be executed. By default, it's scheduled on midnight every day but you are free to reschedule it as per your requirement.
20+
21+
# Author
22+
23+
Santosh Nagargoje
24+
25+
Web profile: https://santoshnagargoje.in/

0 commit comments

Comments
 (0)