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

How to Install Oracle WebLogic 12c on Red Hat 6.X Linux Step-by-Step Easy Visual-Guide

March 1, 2014 | By the+gnu+linux+evangelist.

Install Oracle-Bea WebLogic 12c for Red Hat RHEL 6.X

How to Install and Quick Start with Oracle Bea WebLogic 12c Application Server for JEE Development Release on Red Hat Enterprise Linux 6.x KDE/Gnome i686/x8664 desktop.

Here I Describe a System wide Installation, for a Single User Install you will need hence to Adapt consequently the Procedure.

On the Article Bottom you find a Link to Getting Started with Weblogic 12c Administration and Deployment Procedures.

Install Oracle-Bea WebLogic 12c for Red Hat Linux RHEL 6.X - Featured
  1. Download WebLogic Dev Edition Zip for Linux 32bit

    WebLogic Dev 12c Zip x86/x64
  2. Right-Click on Archive > Open with Ark to Decompress

    Extract the Content Into: /tmp/wls.

    Install Oracle-Bea WebLogic 12c for Red Hat Linux RHEL 6.X - Extraction

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

    Install Oracle-Bea WebLogic 12c for Red Hat Linux RHEL 6.X - KDE4 Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. Prerequisite Oracle Java JDK Installation.

    Install Oracle JDK for Red Hat Linux
  5. SetUp Environment Variables

    SetUp the JAVA_HOME and MW_HOME Environment Variables:

    nano ~/.bashrc

    Inserts:

    export JAVA_HOME=/[path/2/oracle/jdk]
    export MW_HOME=/opt/wls

    Ctrl+x to Save & Exit :)

    Load New Environment:

    bash
  6. Relocate WebLogic Server

    su -c "mv /tmp/wls /opt"
  7. Run Configuration Script

    cd $MW_HOME
    su -c "umask 027"
    su -c "./configure.sh"

    You will need to Wait until all Server Components are Built-In.

  8. Setup WLS environment

    su -c "./wlserver/server/bin/setWLSEnv.sh"
  9. Quick Start with Oracle WebLogic 12c Server on Red Hat

    WebLogic 12c Server Domain StartUp