Solr Installation User Guide. Solr Installation Brainvire Infotech Pvt. Ltd

Similar documents
(Worth 50% of overall Project 1 grade)

Installing Lemur on Mac OS X and CSE Systems

CS 460 Linux Tutorial

boost Documentation Release 0.1 Carl Chenet

This tutorial will guide you how to setup and run your own minecraft server on a Linux CentOS 6 in no time.

Installation Guide Installing AuraPlayer Components on Tomcat in a Linux Environment

CSE 391 Editing and Moving Files

Performing Maintenance Operations

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server

CSE 390a Lecture 3. bash shell continued: processes; multi-user systems; remote login; editors

Computer Systems and Architecture

Getting Arduino / XLR8 Setup On Linux

Traditional Access Permissions

commands exercises Linux System Administration and IP Services AfNOG 2015 Linux Commands # Notes

Cloud Computing II. Exercises

Getting Started with Multiseq

Spring 2017 Gabriel Kuri

1. Configuring Azure and EBP for a simple demo

How To Install Java Manually Linux Terminal Server 2008

Unit: Making a move (using FTP)

Mills HPC Tutorial Series. Linux Basics II

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0

Gradle and Command Line Workshop Activity

Exercise 1. RNA-seq alignment and quantification. Part 1. Prepare the working directory. Part 2. Examine qualities of the RNA-seq data files

University of Hagen - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

Ubuntu unzip tar file

Unix Essentials. BaRC Hot Topics Bioinformatics and Research Computing Whitehead Institute October 12 th

L.A.M.P. Stack Part I

CS 261 Recitation 1 Compiling C on UNIX

HugeServer Networks Software Archive - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

Running Kmeans Spark on EC2 Documentation

CDNetworks Software Archive - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

OpenL Tablets OpenL Tablets BRMS

USING THE OOSIML/JAVA. With a Terminal Window

No Food or Drink in this room. Logon to Windows machine

Bitnami Apache Solr for Huawei Enterprise Cloud

CSE 391 Lecture 3. bash shell continued: processes; multi-user systems; remote login; editors

Computer Systems and Architecture

CLAS12 Software Demonstration

If you re the administrator on any network,

Step 5 - Scan Applications. Step 5 - Scan Applications

Ambari Managed HDF Upgrade

The welcome page of the installer is only used to start the real installation procedure in elevated mode:

Running Blockchain in Docker Containers Prerequisites Sign up for a LinuxONE Community Cloud trial account Deploy a virtual server instance

Installation and Upgrade Guide Zend Studio 9.x

Processing Big Data with Hadoop in Azure HDInsight

Oracle WebLogic Server (WLS) 11gR1 ( and ) Installation on Oracle Linux 5 and 6

Step by Step Guide. BRI Card Installation. (with Trixbox ) Version 1.0

AppProtect & Safe Activation

Global-Net 2.0d Quick Installation

Introduction to the shell Part II

Chap2: Operating-System Structures

Installation and Upgrade Guide Zend Studio 9.x

Stop all processes and then reboot - same as above startx. Log in as superuser from current login exit

CHEF MANUAL. Installation and Configuration. SGT, Inc. Innovation Technology Center

Introduction to UNIX command-line

INTRODUCTION TO LINUX

ENCM 339 Fall 2017: Editing and Running Programs in the Lab

COUCHDB - INSTALLATION

Spango Internet - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

ECE 4110 Internetwork Programming Lab 3: UDP Traffic Generator. Lab Goals. Section I: Coding udp_gen & udp_sink

KNIME workflow with the reporting functionality

Masternode Setup Guide

Getting Started with Hadoop/YARN

Step by Step Guide. BRI Card Installation. (with Elastix-2.2.0) Version 1.0

Section 1: Tools. Contents CS162. January 19, Make More details about Make Git Commands to know... 3

Netcat Scanning to Backdoors

How To Start Mysql Use Linux Command Line Client In Xampp

to arrive at the system information display. In MacOS X use the menus

NetIQ Privileged Account Manager 3.2 Patch Update 2 Release Notes

MD Workflow Single System Tutorial (LINUX OPERATION Local Execution) Written by Pek Ieong

More Raspian. An editor Configuration files Shell scripts Shell variables System admin

How to Copy, Move and Delete Categories and Gift Vouchers

SpamJadoo Installation Guide

Migrating Data from Archivists Toolkit to ArchivesSpace Using the Migration Tool last updated December 19, 2017

Running a Commodore 64 Emulator on Linux Mint

University of the Free State - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

CLAS12 Software Demonstration

This tutorial provides a basic understanding of how to generate professional reports using Pentaho Report Designer.

Demo Package Guide. OpenL Tablets BRMS Release 5.19

LogicBlaze FUSE for WebSphere Application Server Community Edition Integration Guide

EECE.2160: ECE Application Programming Spring 2018 Programming Assignment #1: A Simple C Program Due Monday, 1/29/18, 11:59:59 PM

DocProtect & Safe Activation

Hadoop Setup on OpenStack Windows Azure Guide

InControl 2 Software Appliance Setup Guide

Red Hat Single Sign-On 7.1 Getting Started Guide

Introduction to Linux Environment. Yun-Wen Chen

BLAST. Jon-Michael Deldin. Dept. of Computer Science University of Montana Mon

RUNNING MOLECULAR DYNAMICS SIMULATIONS WITH CHARMM: A BRIEF TUTORIAL

Module 3: Installing Eclipse

TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud.

VIRTUAL GPU LICENSE SERVER VERSION

LOCAL WALLET (COLD WALLET):

Lab - TCP Traffic Generator

Red Hat Single Sign-On 7.2

Using IDLE for

Introduction to Unix The Windows User perspective. Wes Frisby Kyle Horne Todd Johansen

COPYRIGHTED MATERIAL. Getting Started with Geronimo. Where to Find Geronimo

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion.

Unix/Linux Operating System. Introduction to Computational Statistics STAT 598G, Fall 2011

Transcription:

Solr Installation 1

Lets see how to Install Solr, it is very easy and we are going to do that in this Solr Installation guideline. So let s start! Let s start for Linux and Mac. We ll guide you trough tutorial, live on staging server. First of all, you need to download latest Solr version. 2

Execute wget command from command line interface: wget http://ftp.carnet.hr/misc/apache/lucene/solr/4.5.1/solr-4.5.1.tgz 3

Once your file is successfully downloaded, you will see the file will be in tar.gz format, so you will have to extract it. You can easily extract this using next command: tar -zxvf solr-4.5.1.tgz 4

After we finish downloading and extracting it, you must have the following in your directory: 5

The next step is to position your command line to solr-4.5.1./example. In that directory you have file called start.jar. Executing that file from command line you are starting Apache Solr. There are two ways to start Apache Solr: 1 st Way: Start it and keep running until console is closed. 2 nd Way: Start and run in background until you choose to stop it from command line. If you are working on any important tasks then you can start with 2 nd Way. And if you are testing on local/staging server use 1 st Way. We ll discuss with you Linux commands for both cases, so let s start for first 1 st way: 6

The first thing you need is set your position to example directory, which you can find under: yoursrootdirectory/solr/solr-4.5.1./example 7

1st Way of Installation Solr Installation User Guide Now when you are in example directory, you can check for your start.jar file with ls command. That is our file which we need to execute for starting Solr. Solr will start with this command: java -jar start.jar 8

1st Way of Installation Solr Installation User Guide Now your Solr is started and ready for use. Default Solr port is 8983 which you can change in example/etc/jetty.xml. Look for the line <Set name= port ><SystemProperty name= jetty.port default= 8983 /></Set> and change it. For this guideline we set port to 8984 and when we visit our URL we see our Solr running: This Solr will run until you close your command line interface or you press Ctrl + C. 9

2nd Way of Installation Solr Installation User Guide For this way, we need a different starting command. Position yourself into example directory like we have discussed earlier and execute this command: nohup java -jar start.jar 10

2nd Way of Installation Solr Installation User Guide Running this command lets you to run Solr in background and now you can close your command line or press Ctrl + C, and your Solr will continue running until we kill the process. How to do that? We will show you in the next steps: For listing all processes from one user execute this command: ps -u user (user is your username which you used in connection ). After that you will get a list of processes under your username: 11

2nd Way of Installation Solr Installation User Guide Now you can see my java process is under number 15433. We will use that number and execute command to kill process: kill 15433 12

Help / Support To know more about our Magento Extension Service feel free to call us at +1.631.897.7276 or email us at info@brainvire.com 13