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

How to Install Nginx openSUSE 12.X Linux Step-by-Step Easy Guide

July 18, 2013 | By Duchateaux.

Install the Latest NGINX openSUSE 12.X Linux

This Short Install NGINX openSUSE shows you Step-by-Step How to Install & Getting Started with the Latest NGINX Web-Server on openSUSE Linux 12.1/12.2/12.3 KDE4/Gnome i686/x8664.

To Get Installed the Latest NGINX Web-Server on openSUSE you Need to Downlad, Compile and Install from Source Because the zypper Repos are Serving a Legacy NGINX Web-Server Version.

To the Install NGINX openSUSE 12.X Bottom there is Link to a Basic & Easy Getting Started and Running with NGINX Fast Web Server.

How to Install Nginx openSUSE 12.X Linux Step-by-Step Easy Guide
  1. Download Latest n/nginx Source Code:

    Nginx Latest tar.gz
  2. Double-Click and Extract Archive

    Linux KDE4 Extract NGINX tar.gz Source

  3. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Linux OpenSuse 12 KDE4 Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. Install Required Packages:

    su -
    sudo zypper in gcc make pcre-devel zlib-devel
  5. Compile and Install NGINX:

    cd </path/2>
    /nginx*
    ./configure
    make
    make install

    The NGINX Web-Server Default Install Location is in: /usr/local
    /nginx.

  6. Access Locally your Server on Browser:

    http://localhost

    If Also Apache is Running on Port 80 then Possibly Stop It!

  7. Getting Started with NGINX Administration openSUSE Linux

    Nginx Administration Guide
  8. How to Add Virtual Host for NGINX Easy Guide

    Nginx Virtual-Hosts