add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
<?php
namespace CorpusParole\Facades;
use Illuminate\Support\Facades\Facade;
class RdfHelperFacade extends Facade {
protected static function getFacadeAccessor() {
return 'RdfHelper';
}
}