add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
import Ember from 'ember';
export default Ember.Route.extend({
model() {
return this.modelFor('application');
},
actions : {
didTransition() {
this.controllerFor('application').get('player').displayMetadata('notice');
}
}
});