Skip to content

Commit f435d2a

Browse files
authored
Update how to rename plugin.md
1 parent 98b6ddb commit f435d2a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

how to rename plugin.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,21 @@ The user name, database name and password can be found in your "config.php" file
1212
mysqldump -u moodle -p moodle > moodle-db.sql
1313
```
1414

15-
## 2. Remove the old module files
16-
17-
```bash
18-
rm -r /var/www/moodle/mod/easycastms
19-
```
20-
21-
## 3. Get the new module files
15+
## 2. Get the new module files
2216

2317
```bash
2418
cd /var/www/moodle/mod
2519
git clone https://github.com/UbiCastTeam/moodle-mod_ubicast.git ubicast
2620
```
2721

28-
## 4. Apply the changes in Moodle frontend
22+
## 3. Apply the changes in Moodle frontend
2923

3024
With your browsern go to:
31-
https://<your moodle domain>/admin/index.php
25+
https://[...]//admin/index.php
3226

3327
Click on "upgrade" and fill the MediaServer url, key and secret when asked.
3428

35-
## 5. Rename tables and in the database
29+
## 4. Rename tables and in the database
3630

3731
The user name, database name and password can be found in your "config.php" file (usually in /var/www/moodle/config.php).
3832

@@ -56,6 +50,12 @@ UPDATE `mdl_course_modules` SET `module` = [ubicast_id] WHERE `module` = [easyca
5650
exit
5751
```
5852

53+
## 5. Remove the old module files
54+
55+
```bash
56+
rm -r /var/www/moodle/mod/easycastms
57+
```
58+
5959
## 6. Remove easycastms from Moodle plugins list
6060

6161
With your browser, go to:

0 commit comments

Comments
 (0)