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

How to Install Magnolia CMS Ubuntu 14.04 Trusty LTS 32-64bit GNU-Linux Step-by-Step Guide

February 21, 2015 | By the+gnu+linux+evangelist.

Magnolia CMS Quick Start on Ubuntu 14.04 Trusty LTS

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the Latest Magnolia Java Web CMS with Tomcat Bundle on Ubuntu 14.04 Trusty Tahr LTS i386/Amd64 GNU+Linux Desktop.

Magnolia CMS is an Open Source Content Management System Especially Suited to Easy and Agile Development of Enterprise Apps for SmartPhones.

The Guide shows you the Terminal Commands for a System Wide Installation with Admin Privileges, if you Do Not Have SuperUser Privileges then Just Install on your Home Directory.

The How to Install Magnolia CMS on Ubuntu 14.04 Trusty LTS Contents and Details are Expressly Essentials to Give Focus Only to the Essentials Instructions and Commands and Make Magnolia CMS Ubuntu Easier to Read & Diges ;)

install magnolia cms Ubuntu 14.04 Trusty LTS - Featured
  1. Download Latest Magnolia CMS Community Edition

    Here Magnolia for Free
    Download Latest Magnolia 5 Open Source Java CMS for Free
  2. Double-Click on Zip Archive and Extract into /tmp.

    install magnolia cms Ubuntu 14.04 Trusty LTS KDE .zip Extraction

  3. Open a Command Line Terminal Window
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    Magnolia CMS Quick Start on Ubuntu - Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. Check if Right Java is There

    Copy
    java -version

    How to Install Required Oracle-Sun Official Java JRE7 on Ubuntu

  5. Relocate Magnolia CMS

    Copy
    sudo su -c 'mv /tmp/magnolia* /opt/'

    Set the SuperUser as owner with:

    Copy
    sudo chown -R root:root /opt/magnolia*
    

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

  6. Making Magnolia Log Directory.

    Copy
    mkdir -p $HOME/magnolia/logs
  7. Magnolia CMS Start Up

    Copy
    /opt/magnolia*/apache*/bin/magnolia_control.sh start && tail -f $HOME/magnolia/logs/catalina.out

    Magnolia CMS Installation Troubleshootings

    Here Magnolia CMS Troubleshootings
    Getting-Started with Magnolia Web Development on Ubuntu
  8. Next you Can Access Magnolia on Browser at:

    http://127.0.0.1:8080

    install magnolia cms Ubuntu 14.04 Trusty LTS - Magnolia CMS Deployed on Browser
  9. Getting-Started with Magnolia CMS Admin & Development

    Here Magnolia CMS Quick Start
    Getting-Started with Magnolia Web Development on Ubuntu
  10. Now Thanks to Magnolia Company CMS Community Edition your can Fully Enjoy the Magnolia CMS Java Web Development on Ubuntu.