Skip to main content
5
results
Andrew Fletcher
This page will be a progressive outline of moving those regular run scripts that really need to be automated.  Or triggered by a keyword. These scripts are rsync commands   The initial scripts production environment sudo rsync -aur staging/{project}/config drupal cd drupal sudo chown -R www-data:www-data config cd .. sudo rsync -aur staging/{project}/core drupal cd drupal sudo chown -R www-data:www-data core cd .. sudo rsync -aur staging/{project}/modules drupal cd drupal sudo chown...
Andrew Fletcher
Setting up the admin password.   Process: 1. Edit jetty.xml To begin you...
Andrew Fletcher
In this article I'll walk through the steps I went through to install Solr on...
Andrew Fletcher
Looking to install Solr on your server?  Not sure if it worth the...
Andrew Fletcher
Having Drupal Solr Search APi running, I thought adding synonyms to the mix...