This Article shows you a Basic Install of the Latest JBoss 7.1.1 Brontes Server on macOS 10.
The content of the Guides give Focus only to the Essentials Instructions and Commands for an easier understanding ;)
![Mac on the Clouds](https://tutorialforlinux.com/wp-content/media/dg139/appleOnCloud2.jpg)
Download the JBoss:
Red-Hat JBoss 71.1 Final .zip- Double-Click to Unzip JBoss Archive
- Open a Terminal Window
(Press “Enter” to Execute Commands)Applications >> Utilities >> Terminal.
- Login as SuperUser
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
- Move JBoss
mv /jboss* /opt
- Open a Terminal Window
Set Environment Variable and Path
- Logout from SuperUser
exit
- Edit User .bashrc File Settings
nano ~/.bashrc
Append:
export JBOSS_HOME=/opt/jboss-as-7; export PATH=$JBOSS_HOME/bin:$PATH
- Load New Environment Set-Up
bash
- Logout from SuperUser
Getting-Started with JBoss:
How to Getting-Started with JBoss 7 Mac