add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
<?php
namespace CorpusParole\Models;
use CorpusParole\Libraries\CorpusParoleException;
/**
* Exception class
*/
class ModelsException extends CorpusParoleException {
}