This Guide shows you How to Getting-Started Quickly with JBoss 7 App Server on Linux 32bit/64bit.
Inside the Post you Find Links to Tutorials on Installing JBoss 7.1 on Linux Distros.
The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

Here Install the JBoss 7.1.1 Brontes Server:
How to Install JBoss7 on LinuxHow to Install JBoss 7 Server on Fedora Linux 17Open a Terminal Window
(Press “Enter” to Execute Commands)Check if Java is Installed
Copyjava -version
The Java Version Need to be At Least Greater or Equal to Java 1.5.
If Oracle Java JDK is Not Installed then:
Starting JBoss Server
This Command Presume you Provided to Setup JBoss Path and Environment Variable like in the Installation Tutorial Above.
Copysu -c "standalone.sh"
Access JBoss Server on Browser
Point your Browser to Address:
Stopping JBoss Server
Copy./bin/jboss-cli.sh --connect --command=:shutdown
JBoss7 App Server Deployment on Linux Guide:
Here JBoss7 Deployment Quick StartStep-by-Step Easy Guide to Getting-Started Quickly with JBoss Application Server for Java JEE Deployment on Linux