cms/corpus_module/README.md
author nowmad@23.1.168.192.in-addr.arpa
Fri, 13 Nov 2015 11:02:22 +0100
changeset 14 10f67f0281e1
child 17 ac3dc090e987
permissions -rw-r--r--
move the gulpfile in the cms folder instead of the app - add readme for module and cms

# 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.

### Configuration

You can setting up the module by changing the following variable in the corpus.module file:
* define('CORPUS_URL', 'corpus'); - The url to access to your module
* define('CORPUS_APP', 'app-client'); - The name of the folder the module look into to find the ember app to embed
* define('MODULE_NAME', 'corpus'); - The name of the module. It must match the name of the module folder.