cms/corpus_module/README.md
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 16 Oct 2016 22:23:31 +0530
changeset 338 4a3899b6a7ed
parent 17 ac3dc090e987
permissions -rw-r--r--
Fix notice/transcript display when adding filter from notice, switching from playlist, toolbar, and player

# Corpus module

This README describes how to configure this Drupal module in order to add it to your Drupal project.

## Prerequisites

You will need the following things properly installed on your computer.

* A Drupal project

## Installation

* Place this module into the modules/ folder of your Drupal project.
* In the Drupal's administration page of the modules, enable the new Corpus Client module
* Run the 'Update Script'
* Check the installation by visiting the url of the module ('corpus' by default)

### Configuration

You can setting up the module by changing the following variable in the corpus.module file:
* define('CORPUS_URL', 'corpus'); - The relative url to access your module
(Don't forget to run again the 'Update Script' in Drupal once the module has been changed)