
Liferay Portal is one of the world's leading Open Source portal platform which uses Java and Web 2.0 technologies. It is used by many non-profit, hi-tech and governamental organizations all over the world (GoodWill, Cisco, World Vision, CDHS, Pantech etc.) to implement change, streamline processes and meet their unique needs.
This post describes the installation of Liferay Bundled with Tomcat 5.5 on CentOS server. The PostgreSQL will be used as a back-end database.
Read more…
Articles centos fedora liferay postgresql redhat tomcat

Install PostgreSQL with yum, put it in startup and start the database server:
yum install postgresql postgresql-server
chkconfig postgresql on
service postgresql start
Read more…
Cheatsheets centos fedora postgresql redhat

Make a work directory:
mkdir /root/work
Download and install Java RPM. Go to Java Download Center and download Java SE Development Kit (RPM) and place it in /root/work.
Once the download is done set permissions for RPM and run the executable:
chmod a+x jdk-6u14-linux-i586-rpm.bin
./jdk-6u14-linux-i586-rpm.bin
Read more…
Cheatsheets centos fedora java redhat
Recent Comments