cms/corpus_module/README.md
changeset 17 ac3dc090e987
parent 14 10f67f0281e1
equal deleted inserted replaced
16:70e9a764d6d7 17:ac3dc090e987
     9 * A Drupal project
     9 * A Drupal project
    10 
    10 
    11 ## Installation
    11 ## Installation
    12 
    12 
    13 * Place this module into the modules/ folder of your Drupal project.
    13 * Place this module into the modules/ folder of your Drupal project.
       
    14 * In the Drupal's administration page of the modules, enable the new Corpus Client module
       
    15 * Run the 'Update Script'
       
    16 * Check the installation by visiting the url of the module ('corpus' by default)
    14 
    17 
    15 ### Configuration
    18 ### Configuration
    16 
    19 
    17 You can setting up the module by changing the following variable in the corpus.module file:
    20 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
    21 * define('CORPUS_URL', 'corpus'); - The relative url to access your module
    19 * define('CORPUS_APP', 'app-client'); - The name of the folder the module look into to find the ember app to embed
    22 (Don't forget to run again the 'Update Script' in Drupal once the module has been changed)
    20 * define('MODULE_NAME', 'corpus'); - The name of the module. It must match the name of the module folder.