cms/corpus_module/README.md
changeset 14 10f67f0281e1
child 17 ac3dc090e987
equal deleted inserted replaced
13:ba32dd4cf8d3 14:10f67f0281e1
       
     1 # Corpus module
       
     2 
       
     3 This README describes how to configure this Drupal module in order to add it to your Drupal project.
       
     4 
       
     5 ## Prerequisites
       
     6 
       
     7 You will need the following things properly installed on your computer.
       
     8 
       
     9 * A Drupal project
       
    10 
       
    11 ## Installation
       
    12 
       
    13 * Place this module into the modules/ folder of your Drupal project.
       
    14 
       
    15 ### Configuration
       
    16 
       
    17 You can setting up the module by changing the following variable in the corpus.module file:
       
    18 * define('CORPUS_URL', 'corpus'); - The url to access to your module
       
    19 * define('CORPUS_APP', 'app-client'); - The name of the folder the module look into to find the ember app to embed
       
    20 * define('MODULE_NAME', 'corpus'); - The name of the module. It must match the name of the module folder.