How to Install JBoss Forge on Ubuntu 18.04

April 17, 2018 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading JBoss Forge

    Download the Latest JBoss Forge Release

    JBoss Forge .zip
  2. 3. Extracting JBoss Forge

    Extract JBoss Forge into /tmp
    Double-Click on JBoss Forge archive.

    Quick-Start JBoss Forge Ubuntu - Extraction
    Or from Command Line:

    unzip -d /tmp/ ~/Downloads/forge-distribution*.zip
  3. 4. Installing JBoss Forge

    Relocate JBoss Forge.

    sudo su -c "rm /tmp/forge-distribution*.zip"
    sudo su -c "mv /tmp/forge-distribution* /opt/forge-distribution"

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

  4. Set Up FORGE_HOME Env Var and PATH
    Edit your .bashrc file:

    nano $HOME/.bashrc

    Append:

    export FORGE_HOME=/opt/forge-distribution//nexport PATH=$PATH:$FORGE_HOME/bin  
    

    Ctrl+x to Save & Exit from nano editor :)
    Then to Load the new Environment:

    bash
  5. 5. Installing Java

    How to Install Required Oracle Java JDK on Ubuntu

    Oracle JDK Installation for Ubuntu

Contents


QuickChic Theme • Powered by WordPress