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

Step by step – Apache Wicket Ubuntu 18.04 Installation

February 12, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading

    Download Latest Apache Wicket 8.x for Linux

    Get Apache Wicket 8 tar.gz

    If Prompted by the Browser then Choose to ‘Save it’!

  2. 3. Installing

    Next to Relocate Apache Wicket
    (For a Local Setup store it into the Home Folder and Skip of Fixing Ownerships)
    First, Check where is the downloaded Package Location:

    ls ~/Downloads | grep apache-wicket

    The grep Command Refine the output List showing only the entries Matching the Keyword.
    (But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.)
    Now to Extract and Switch it with with one Command:

    sudo tar xvzf ~/Downloads/apache-wicket-* -C /opt/

    Fix the Ownership with:

    sudo chown -R root:root /opt/apache-wicket-*
  3. 4. Setting up Maven

    Check if Apache Maven is Installed
    Executing:

    mvn -v

    If Not then to Install it play:

    sudo apt install maven
  4. 5. Setting up Java

    How to Install Required Oracle Java JDK on Ubuntu

    Installing Oracle JDK for Ubuntu

    To check your current JDK version:

    javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor'

    If it’s the official Oracle JDK, the output will include: java.vendor = Oracle Corporation.

  5. Tested Working on Java 8, on Java 13 need to Test it…

Contents


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,