Installation
December 20, 2019
How to Set up Android React Native?
React Native is an open-source JavaScript framework created by Facebook for writing real, natively rendering mobile applications for iOS and Android. It’s based on React and uses Facebook’s…
How to Set up Android React Native?
December 20, 2019
January 28, 2016
Drupal 8 installation in Windows with XAMPP
Installation of Drupal requires a Web server. We will be employing XAMPP package for the same purpose. XAMPP is a free and open source web server solution stack. It stands for (X-cross platform), (A-…
Drupal 8 installation in Windows with XAMPP
January 28, 2016
July 11, 2015
Installing & configuring Apache Solr-5.2.0 with Drupal 7 using Search API on Ubuntu 14.04
To install Solr Java Runtime Environment (JRE) version 1.7 or higher is needed. On your terminal check your Java version. $ java -version If JRE is available it will show you the version number.…