Searchable filesystem

Repositories ::: repository_searchable
Maintained by Jordi Pujol-Ahulló, Daniel Tome Fernandez, Cristian Martinez
A filesystem-based repository focused on searchable capabilities, ideal for directories with lots (thousands) of files at server side.

Searchable filesystem 0.1.1

Moodle 3.0, 3.1, 3.2
Released: Thursday, 27 April 2017, 12:41 AM

Searchable Moodle repository

A filesystem-based repository focused on searchable capabilities, ideal for directories with lots (thousands) of files.

Installation

  1. Clone this repository or unzip the archive into repository/searchable.
  2. Go to Site Administration -> Notifications to install it.

Set up

  1. Go to Site Administration -> Plugins -> Repositories -> Searchable filesystem to:
    1. Set up this repository and user capabilities.
    2. Build instances of searchable repositories pointing to subdirectories under MOODLEDATA/repository/. They must not be links.

About this repository

We build course backups from Moodle courses, with thousands of backup files. When trying to mount the directory as a filesystem repository instance, it never ended.

Since we simply needed to pick up some file at a time, we thought on building a repository instance, based on server-side filesystem with searchable capabilities. It may be extensible to users if administrators want to, too.

To do so, we based this repository on the current filesystem repository from the Moodle core, and the ideas behind other searchable repositories.

Author

Jordi Pujol-Ahulló jpahullo@gmail.com

License

GPL 3

Version information

Version build number
2017021700
Version release name
0.1.1
Maturity
Stable version
MD5 Sum
03edc38bfdbaf380b2defd74d8d76272
Supported software
PHP 5.6, Moodle 3.0, Moodle 3.1, Moodle 3.2

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master

Default installation instructions for plugins of the type Repositories

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myrepo") in the "repository" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation