How to Install JBoss Forge on CentOS 7 Easy Guide

October 27, 2018 | By the+gnu+linux+evangelist.

JBoss Forge CentOS 7 - Setting Up

  1. 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

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

    nano $HOME/.bashrc

    Append:

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

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

    bash

QuickChic Theme • Powered by WordPress