$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Add Elasticsearch Repository openSUSE

January 17, 2018 | By the+gnu+linux+evangelist.

Add Elasticsearch Repo openSUSE




Hello openSUSE User! The Tip shows you How to Install Elasticsearch Repository openSUSE GNU/Linux Systems.

And the Elasticsearch for openSUSE service is a distributed Restful Search and Analytics.

How to Add Elasticsearch Repository openSUSE - Featured



  1. Open Console Terminal Shell emulator window
    (Press “Enter” to Execute Commands)

    How to Add Elasticsearch Repository openSUSE - Kde openSUSE Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. First, Import Elasticsearch GPG Key.

    sudo rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
    



  3. Then Add Elasticsearch Repository.

    sudo nano /etc/zypp/repos.d/elasticsearch.repo
    

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    And Append:

    [elasticsearch-6.x]
    name=Elasticsearch repository for 6.x packages
    baseurl=https://artifacts.elastic.co/packages/6.x/yum
    gpgcheck=1
    gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch/nenabled=1/nautorefresh=1
    type=rpm-md
    

    Ctrl+x to Save & Exit from nano Editor :)

  4. How to Install Elasticsearch on openSUSE Systems

    Elasticsearch Installation Guide