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

How to Install WildFly on openSUSE 12.x-13.x Linux Desktop Easy Visual-Guide

April 21, 2014 | By the+gnu+linux+evangelist.

Install WildFly on openSUSE Linux

[ad_slider autoplay=”true” interval=”8″ count=”5″]

How to Install and Getting Started with the Latest WildFly for openSUSE 12.x/13.x Linux desktop.

WildFly App Server main Features:

  • Unparalled Speed: Fast Startup. Ultimate Web Performance & Scalability.
  • Exceptionally Lightweight: Memory Diet. Slimable / Customizable Runtime.
  • Powerful Administration: Unified Configuration & Management. Domain & Standalone Management.
  • Supports Latest Standards and Technology: Java Jakarta EE. Modern Web.
  • Modular Java: No more jare hell! Fast Linking & Concurrent Loading
  • Easily Testable: Arquillian. Smarter Development.

Inside the Post you Find Links to Installing JDK and to Getting-Started with the Latest WildFly Server on Java 7/8 for openSUSE.

To make the whole WildFly Install on openSUSE 12.x/13.x Easy to Understand and Visualize the Post Includes the Basic Screenshots of All GUI Steps involved.

Install WildFly on openSUSE 12.x/13.x - Featured
  1. Download Latest WildFly JEE App Server

    WildFly App Server tar.gz
    [ad_slider autoplay=”true” interval=”8″ count=”5″]
  2. Open Terminal Window
    (Press “Enter” to Execute Commands).

    Or Login into Shell…

    Install WildFly on openSUSE 12.x/13.x Open Terminal

    In case first see: Terminal Quick Start Guide.

  3. Double-Click on Archive and Extract Into /tmp.

    Install WildFly on openSUSE 12.x/13.x Extraction
    Or from Shell:

    tar xvfz wildfly*.tar.gz -C /tmp/
  4. How to Install Recommended Oracle JDK on openSUSE

    Installing Oracle JDK for openSUSE
    [ad_slider autoplay=”true” interval=”8″ count=”5″]
  5. Relocate WildFly App Server.

    1. Login as SuperUser

      sudo su

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

    2. And Switch WildFly

      sudo chown -R root:root /tmp/wildfly*
      mv /tmp/wildfly* /opt/wildfly
  6. Set User’s Env Variable and Path.

    1. Logout from SuperUser

      exit
    2. Edit User .bashrc File Settings

      nano ~/.bashrc

      Append:

      export JBOSS_HOME=/opt/wildfly;
      export AS=$JBOSS_HOME;
      export PATH=$JBOSS_HOME/bin:$PATH

      Ctrl+x to Save & Exit from nano :)

    3. Load New Environment Set-Up

      bash
  7. How to Getting Started with WildFly on Linux

    Quick Start with the Latest WildFly
    [ad_slider autoplay=”true” interval=”8″ count=”5″]
  8. So Now Thanks to Red Hat Inc
    you Should Finally, Fully Dispose of a Latest WildFly JEE Server Installation openSUSE Linux ;)