38
results
Andrew Fletcher
•
Adding Solr config zip (ie. solr_8.x_config.zip) to your remote server. In this instance I'll be adding Solr config to a AWS EC2 server.
Log in to your remote server, then as you need to work as root type:
sudo suGo to your solr directory:
cd /var/solr/If you don't know the location of your solr directory run:
find / -name solr -type dYou can find more information about how to search on Terminal Commands Find.
Access your solr config directory through:
cd...
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...
Andrew Fletcher
•
Working in Twig, I had to add classes to a pre-existing array. Whilst I've...
Andrew Fletcher
•
Working in Laravel, I needed to loop through an array and know whether the...
Andrew Fletcher
•
Images
For some time, when looking for images online for your app or site I have been going to Unsplash. As I come across more image sites that are noteworthy they will be added to this list.
Unsplash (https://unsplash.com) – is an amazing resource for beautiful, high-resolution and free photos
Moose (https://photos.icons8.com) – library of royalty free images and stock photos for personal and commercial use
Prexel (https://www.pexels.com) – Free stock...
Andrew Fletcher
•
Adding an image via RESTUI can be done in a snap... once you know how! I...
Andrew Fletcher
•
Updating Realm and RealmSwift from 5.5.x to 10.0.0 brought in the following...