diff -r ba32dd4cf8d3 -r 10f67f0281e1 cms/corpus_module/README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/corpus_module/README.md Fri Nov 13 11:02:22 2015 +0100 @@ -0,0 +1,20 @@ +# 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.