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

How to Install NoSQLBooster on Elementary OS Gnu/Linux

May 11, 2019 | By the+gnu+linux+evangelist.

Setting Up

  1. 2. Downloading NoSQLBooster

    Download NoSQLBooster for Elementary OS GNU/Linux

    Here Get NoSQLBooster .AppImage for Linux
    Link to Download NoSQLBooster AppImage
  2. 3. Setting Permissions

    This Step is usually Needed to Give Ececution Permission to the User
    First, Access the Target, usually in the Downloads folder:
    (But if downloaded with Firefox it can be instead into /tmp/mozilla*)

    Copy
    cd && cd Downloads

    To Check that there is run:

    Copy
    ls . | nosqlbooster

    And Give Execution Permission:

    Copy
    chmod +x nosqlbooster*.AppImage
  3. 4. Setting Up NoSQLBooster

    (Optional because you can simply Run AppImages from Anywhere…)
    So Now, if you wanna to Set up NoSQLBooster on Elementary OS Linux
    Make a Folder to Hold the AppImages with:

    Copy
    mkdir $HOME/appImages

    And finally Switch NoSQLBooster in the Location:

    Copy
    mv ~/Downloads/nosqlbooster*.AppImage ~/appImages

Contents