Skip to main content
113
results
Andrew Fletcher
In terminal I ran a regular command - compose update.  Something I've completed thousands of times previously.  However, this time I received the following response: env: php: No such file or directory  What gives? Well, thinking through what had recently changed... The only major change was upgrading OSX to Monterey.  So a little of Googling and found yep this could be the cause.  PHP has been removed from MacOS since v12 (Monterey), so you first need to...
Andrew Fletcher
Currently I'm working through an app that has been abandoned by the developers....
Andrew Fletcher
First off, this isn't the only method to achieve the outcome of emptying a...
Andrew Fletcher
Changes in your .env file Connecting your app to the new environment you need to...
Andrew Fletcher
Clear DNS Cache The DNS (Domain Name Service) cache on your Mac helps browsers...
Andrew Fletcher
Changing git push from passphrase?  There are several ways to tackle this step.  I'm going to focus one of these steps. From your web directory root, look for your .git directory.  Then open the .git... cd .gitNext using your shell prompt (iTerm2), view the contents of the config file vim configPresently the config file looks like the following [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ...
Andrew Fletcher
We are going to work through two methods of creating the SOLR cores. Variables...
Andrew Fletcher
xdebug - failed to solve with frontend dockerfile.v0: failed to create LLB...
Andrew Fletcher
Create and push to Docker Hub Creating your own custom image... you need to have...
Andrew Fletcher
Running composer on a server... when running the command composer update, screen...
Andrew Fletcher
Resetting Docker is basically following the start parameters.  All containers removed - No containers running Try running a container: Copy and paste this command into your terminal docker run -d -p 80:80 docker/getting-started Unable to find image 'docker/getting-started:latest' locally latest: Pulling from docker/getting-started  Error in set up docker: Error response from daemon: Ports are not available: listen tcp 0.0.0.0:80: bind: address already in use.     Port...
Andrew Fletcher
It is really simple to switch users in Ubuntu or any other Linux distribution...
Andrew Fletcher
  Z shell (Zsh) is a Unix shell built on top of bash (the default shell for...
Andrew Fletcher
Steps to get the Solr date range widget working.   Steps Enable the Facets...
Andrew Fletcher
Following is a series of steps to install Tika and have it running for your Solr...