How to Install JBoss Forge on Command Line for Ubuntu 15.10 Wily Easy Guide

October 20, 2015 | By the+gnu+linux+evangelist.

Install JBoss Forge Ubuntu 15.10 Wily

Hi! The Tutorial shows you Step-by-Step How to Install JBoss Forge on Command Line for Ubuntu 15.10 Wily Werewolf GNU/Linux.

And JBoss Forge for Ubuntu 15.10 is the Fastest way to build Maven-Based Java EE projects.

JBoss Forge Quick Start on Command Line for Ubuntu - Featured
  1. Open a Shell Terminal emulator window
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    How to Install JBoss Forge on Command Line for Ubuntu 15.10 Wily - Featured
  2. Download the Latest JBoss Forge Release

    JBoss Forge .zip
  3. 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
  4. 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

  5. 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
  6. How to Install Required Oracle Java JDK on Ubuntu

    Oracle JDK Installation for Ubuntu
  7. Testing JBoss Forge Installation.

    forge

    To List all forge Commands:

    list-commands --all

    Quick-Start JBoss Forge Ubuntu - JBoss Forge on Terminal

  8. JBoss Tools Getting-Started Documentation

    JBoss Quick Start Docs

QuickChic Theme • Powered by WordPress