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

How to Easy Install LAMP Stack With Admin GUI for Ubuntu 15.04 Vivid 32-64bit Gnu/Linux

April 5, 2015 | By the+gnu+linux+evangelist.

Install LAMP with Admin GUI on Ubuntu Linux

Hi! The Tutorial shows you Step-by-Step How to Install a LAMP Web Server with Admin GUI on Ubuntu 15.04 Vivid Vervet i386/amd64 GNU+Linux Desktop/Server.

The XAMPP Stack is Composed from the Apache Web Server, the MySQL Database, the PHP and Perl Language Processors.

Then you can Easily Install and Manage your Favorite Web Apps on Top of XAMPP as Bitnami Ad-Ons like:

  • WordPress
  • Drupal
  • Joomla
  • CMS Made Simple
  • Magento
How to Install XAMPP for Ubuntu 15.04 Vivid - Featured
  1. Open a Shell Session
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    Installing LAMP with GUI for Ubuntu - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Download XAMPP Linux Installer 32/64-bit

    Here XAMPP .run for Linux
    Link to Download XAMPP Linux Installer 32/64-bit
  3. Installing XAMPP on Ubuntu.

    Copy
    cd $HOME/Downloads
    Copy
    chmod 755 xampp-linux-*-installer.run
    Copy
    sudo xampp-linux-*-installer.run

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    Then Follow the Installation Wizard
    Installing LAMP with GUI for Ubuntu - wizard 1
    Installing LAMP with GUI for Ubuntu - wizard 1
    Installing LAMP with GUI for Ubuntu - wizard 2
    XAMPP is installed Under the /opt/lampp Directory
    Installing LAMP with GUI for Ubuntu - wizard 3
    Find Instructions on Download and Install XAMPP Bitnami Web Apps Add-Ons
    Installing LAMP with GUI for Ubuntu - wizard 3
    After Installation Confirm to Launch XAMPP
    Installing LAMP with GUI for Ubuntu - wizard 3

  4. Access the XAMPP Admin GUI on Browser.

    Copy
    http://localhost
  5. XAMPP QuicStart Documentation for Linux

    Here XAMPP Linux FAQ
    Bitnami XAMPP Quick Start Documentation for Linux