Skip to main content
32
results
Andrew Fletcher
As a web developer, you will most likely need to run local copies of a bunch of different web sites. Regularly switching between several sites daily.  Sometime Drupal, other Laravel and whatever frameworks that are in your toolkit.   Install Docker and Lando Do you have Docker installed?  No, then go to the Docker Desktop page and download. Now let's look in to Lando.  Have a look at the Lando releases on GitHub to download the latest package for your OS. Run the installer. I...
Andrew Fletcher
On your local OSX environment using Terminal or iTerm you can create a MySQL...
Andrew Fletcher
This article assumes that you are running Docker and Lando already.  Don't...
Andrew Fletcher
While working with lando, I had the following error ERROR: for safs_appserver_1...
Andrew Fletcher
I installed Lando 3.6.2 and Laravel 9.  When I visit the web page, I...
Andrew Fletcher
Working in Lando and you have hit the situation where you need to view the log files.  Where?  How? Lando has several log layers to assist in diagnosing many of the issues you might encounter.   Install Logs Failed installation?  Find logs in the following locations: macOS - /var/log/install.log Linux - Differs per system but check common apt or dnf/yum logs  Runtime Logs Runtime?  Check: macOS/LINUX - ~/.lando/logsThere should be core lando logs called...
Andrew Fletcher
Changes in your .env file Connecting your app to the new environment you need to...
Andrew Fletcher
Have you tried adding custom synonyms to Solr on Drupal? How did you go? What do...
Andrew Fletcher
We are going to work through two methods of creating the SOLR cores. Variables...
Andrew Fletcher
Adding basic security to your server, requires altering the security.json...
Andrew Fletcher
What am I setting out to achieve? I want to meet the following requirements: Boolean operators in the search.  Tested against the following terms abalone NOT salmon – 1159 abalone -salmon – 1159 abalone AND salmon – 478 abalone +salmon – 1195 abalone OR salmon – 2316 abalone || salmon – 2316 Phrases in quotations marks - this time to be tested against "of this stimulates an interest in the sea and a love for the marine environment" – 1 of this stimulates an interest in the sea and a...
Andrew Fletcher
Having Drupal Solr Search APi running, I thought adding synonyms to the mix...
Andrew Fletcher
Like many devs at the moment, looking for log4j2 on your server... how to...
Andrew Fletcher
Adding Solr config zip (ie. solr_8.x_config.zip) to your remote...
Andrew Fletcher
Steps to get the Solr date range widget working.   Steps Enable the Facets...