Add new comment
Featured
Step by step guide to setup Apache Solr 5.x in CentOS 7 for Drupal 7 Panopoly distro using Search API
As of this writing, the latest version of Solr is 5.2.1. In this step by step guide we will install that version and integrate it with Drupal 7 Panopoly distro site using Search API module. Actually, Panopoly distro is already shipped with Search API and Search API Solr Search modules. All we need to do is to configure the pre-setup Search API Solr server and index. The good thing about using Search API is that it is already integrated with Views module and we can do unlimited customization with our search results.
Using SASS in Bootstrap Drupal theme
As of this writing, Bootstrap Drupal theme only supports LESS. This tutorial will show how to create bootstrap sub-theme supporting SASS and use Grunt to manage our workflow effectively. My operating system is Windows. Therefore, the shell commands, output, etc. that will be shown here are for Windows.
Monthly archive
- August 2021 (1)
- July 2021 (1)
- September 2020 (1)
- August 2020 (1)
- July 2020 (1)
- June 2020 (1)
- May 2020 (1)
- April 2020 (1)
- March 2020 (1)
- February 2020 (1)
GeoIP -database update
# cat /etc/GeoIP.conf
UserId 999999
LicenseKey 000000000000
ProductIds 506 517 533
Cron update
# cd /etc/cron.weekly/
# cat GeoIP-update.cron
/usr/bin/geoipupdate
# chmod 0755 GeoIP-update
Manual update
# /usr/bin/geoipupdate -v
geoipupdate 2.2.1
Opened License file /etc/GeoIP.conf
UserId 999999
LicenseKey 000000000000
Insert product_id 506
Insert product_id 517
Insert product_id 533
Read in license key /etc/GeoIP.conf
Number of product ids 3
url: https://updates.maxmind.com/app/update_getfilename?product_id=506
md5hex_digest: 1e43a1a5c531cc8e11fb4f83a1c0ec7a
url: https://updates.maxmind.com/app/update_getipaddr
Client IP address: xxx.yyy.zzz.qqq
md5hex_digest2: f2850ecb81886a81b8cb689829f0872a
url: https://updates.maxmind.com/app/update_secure?db_md5=1e43a1a5c531cc8e11fb4f83a1c0ec7a&challenge_md5=f2850ecb81886a81b8cb689829f0872a&user_id=999999&edition_id=506
No new updates available
url: https://updates.maxmind.com/app/update_getfilename?product_id=517
md5hex_digest: 0f1573e51b06f114cfd4f934e37ffd82
url: https://updates.maxmind.com/app/update_getipaddr
Client IP address: xxx.yyy.zzz.qqq
md5hex_digest2: f2850ecb81886a81b8cb689829f0872a
url: https://updates.maxmind.com/app/update_secure?db_md5=0f1573e51b06f114cfd4f934e37ffd82&challenge_md5=f2850ecb81886a81b8cb689829f0872a&user_id=999999&edition_id=517
No new updates available
url: https://updates.maxmind.com/app/update_getfilename?product_id=533
md5hex_digest: 0637ec47d9b4d8107d32e94c35f7f311
url: https://updates.maxmind.com/app/update_getipaddr
Client IP address: xxx.yyy.zzz.qqq
md5hex_digest2: f2850ecb81886a81b8cb689829f0872a
url: https://updates.maxmind.com/app/update_secure?db_md5=0637ec47d9b4d8107d32e94c35f7f311&challenge_md5=f2850ecb81886a81b8cb689829f0872a&user_id=999999&edition_id=533
No new updates available