| Ubuntu 10.04 Lucid Lynx Unfortunately with Ubuntu 10.04, the sun-java6-jdk package has been moved to the partner repository (not enabled by default). If you use Lucid Lynx, make sure you enable this repository |
LAMS 2.3.4 for Debian, Ubuntu
new!
You can download the deb packages using the links below, or add the following line to your sources.list (the trailing slash is required):
deb http://downloads.lamsinternational.com/debian web/
LAMS 2.3.4
| Download | Size | md5 checksum |
|---|---|---|
| lams2_2.3.4-1_all.deb |
62 MB | 4809f0f7b4a24a810b87b401ee5dc435 |
JBoss 4.0.2 for LAMS 2.1
| Download | Size | md5 checksum |
|---|---|---|
| lams-jboss4_4.0.2-1_all.deb |
59 MB | 5fd61af605100da8317445e4c2344dca |
Automated Download Script
Alternatively, this script will download and run the lams installer on your ubuntu system:
#!/bin/sh cp /etc/apt/sources.list /etc/apt/sources.list.backup echo 'deb http://downloads.lamsinternational.com/debian web/' >> /etc/apt/sources.list.d/downloads.lamsinternational.com.sources.list apt-get update apt-get install lams2 --force-yes --assume-yes
The script needs to be run with sudo privileges.
Follow the on-screen prompts and you will be up and running within minutes!
Once you've installed LAMS, start it as root using
/etc/init.d/lams start
This starts up the JBoss server which is located in /usr/share/jboss-4.0.2.
Logs should start appearing in /usr/share/jboss-4.0.2/server/default/logs
After about a minute it should be accessible from a browser:
http://localhost:8080/lams
Login with sysadmin:sysadmin