Skip to main content

EN | ES
You might have observed that the solr version included in the most recent homebrew package is 9. However, its schema is currently not compatible with Drupal. Therefore, I will guide you on how to obtain version 8 of solr, which is compatible with Drupal. Requirements Homebrew Java 8 Step 1: Install Java 8 using Homebrew If you haven't installed Homebrew, you can find the installation instructions at https://brew.sh/. After installing Homebrew, open Terminal and run the following command to install Java 8:

EN | ES
I’ll guide you through the quickest and easiest way to set up FTP access on an EC2 instance with CentOS 7 distribution on AWS (Amazon Web Services). We’re going to use VSFTPD (Very Secure FTP Daemon), so the first step is to install it. VSFTPD Installation and Configuration Step 1: Install VSFTPD Update the package manager: sudo yum update Install the VSFTP software: sudo yum install vsftpd Start the service: sudo systemctl start vsftpd