Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: admin/managerepository/remotemoodle.

admin/managerepository/remotemoodle: Difference between revisions

From MoodleDocs
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Introduction =
= Introduction =
The Moodle Repository plugin allows users to browse a foreign Moodle site in the File Picker. The user sees all the files/data he has access to there and is able to choose them.


= Network settings =
= Network settings =
You need to setup a Moodle peer. Please follow the [https://docs.moodle.org/en/Moodle_Network#Setup tutorial]. In this tutorial, at step 2.2 and 2.3, you also have to enable ''Remote Moodle Repository'' options.


= Plugin Administration =
= Plugin Administration =
Create a instance and select the peer you've just set up.


= Test that it works =
= Test that it works =
Open a file picker and test that you can retrieve a file from the remote Moodle.


= References =
= References =
*[https://docs.moodle.org/en/Development:Moodle_Repository_Plugin Remote Moodle Plugin functional specification]
*[https://docs.moodle.org/en/Development:Moodle_Repository_Plugin Remote Moodle Plugin functional specification]
*[https://docs.moodle.org/en/Moodle_Network Moodle Network]
*[https://docs.moodle.org/en/Moodle_Network Moodle Network]

Latest revision as of 01:03, 31 October 2008

Introduction

The Moodle Repository plugin allows users to browse a foreign Moodle site in the File Picker. The user sees all the files/data he has access to there and is able to choose them.

Network settings

You need to setup a Moodle peer. Please follow the tutorial. In this tutorial, at step 2.2 and 2.3, you also have to enable Remote Moodle Repository options.

Plugin Administration

Create a instance and select the peer you've just set up.

Test that it works

Open a file picker and test that you can retrieve a file from the remote Moodle.

References