diff -r 70e9a764d6d7 -r ac3dc090e987 cms/corpus_module/README.md --- a/cms/corpus_module/README.md Fri Nov 13 11:04:04 2015 +0100 +++ b/cms/corpus_module/README.md Fri Nov 13 16:45:27 2015 +0100 @@ -11,10 +11,12 @@ ## 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 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. +* 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)