How to Install GlassFish 5.0 on Fedora 29 Step By Step

November 5, 2018 | By the+gnu+linux+evangelist.

GlassFish 5 Fedora 29 - Installing

  1. Finally, to Install Glassfish 5.0 in Fedora
    (Here we describe a System-Wide Setup, for a Local one Just Run from Home)
    Set the SuperUser as Owner:

    sudo chown -R root:root /tmp/glassfish5

    Again, give Execution Permissions with:

    sudo chmod -R +x /tmp/glassfish5

    Again, give Execution Permissions with:

    sudo chmod -R +x /tmp/glassfish5

    And then Switch contents:

    sudo mv /tmp/glassfish5 /opt/
  2. Moreover, Append Glassfish into User’s Path.

    echo "export PATH=$PATH:/opt/glassfish5/bin" >> ~/.bashrc

    To Reload Path simply:

    bash

QuickChic Theme • Powered by WordPress