datagovuk / dgu-vagrant-puppet

[unmaintained] Container environment for booting fresh DGU virtual machines. Create VMs with Vagrant, configure them with Puppet.
37 stars 29 forks source link

Drupal search errors #27

Open davidread opened 10 years ago

davidread commented 10 years ago

The Drupal search page has two errors http://192.168.11.11/search/everything

davidread commented 10 years ago

This is probably due to the Drupal SOLR core not being setup yet in the README.

CarlQLange commented 9 years ago

This is still the case - could you give a little advice on the setup?

VladimirZD commented 9 years ago

Any chance we get any hints for this? Thnx

davidread commented 9 years ago

A SOLR core needs adding for Drupal (in addition to the CKAN SOLR core, which puppet sets up).

The solrconfig for the core is here: https://github.com/datagovuk/dgu_solr/blob/master/files/solr/cores/dgu_drupal/conf/solrconfig.xml

Pull Request for adding this to the puppet is most welcome.

VladimirZD commented 9 years ago

I will try to set it up, and if i get it running i will let you know..

davidread commented 9 years ago

Thanks Vladimir, apologies for not sorting it myself

On 5 March 2015 at 09:53, Vladimir Mašala notifications@github.com wrote:

I will try to set it up, and if i get it running i will let you know..

— Reply to this email directly or view it on GitHub https://github.com/datagovuk/dgu-vagrant-puppet/issues/27#issuecomment-77335937 .

VladimirZD commented 9 years ago

Hi am planing to try and add this at monday, i don't have experience with SOLR and setting it up so if you have any hints before i start it would be great :) I am planing to check how was CKAN SOLR setup and try to do same thing with drupal... When i get stuck i will let you know...