add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
<?phpnamespaceCorpusParole\Models;useCorpusParole\Libraries\CorpusParoleException;/** * Exception class */classModelsExceptionextendsCorpusParoleException{}