-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.txt
47 lines (29 loc) · 1.33 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
TCC module for Moodle (http://moodle.org/)
===============================================
The TCC module allows the exchange of work between groups of students and teachers,
with status of corrections, mandatory forms, chat chat and notes for the posts.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S
Contributions
-------------
Originally written by Café EAD
Asked by Faculdade Educacional da Lapa - FAEL;
Download
--------
https://github.com/cafeeaddev/tcccafeead
Installation
------------
01) Make a folder called tcccafeead under /mod folder so that you have a /mod/tcccafeead folder.
02) Uncompress archive and copy the files into the /mod/tcccafeead folder.
03) Go to the /admin page and allow the module to be installed.
Upgrading
---------
Before upgrading it is advisable that you test the upgrade first on a COPY of your production site, to make sure it works as you expect.
### Backup important data ###
There are three areas that should be backed up before any upgrade:
* Moodle dataroot (For example, server/moodledata)
* Moodle database (For example, your Postgres or MySQL database dump)
### Version specific ###
#### TCCcafeead 3.8 ####
You can only upgrade from Moodle 3.1 or later.