Archive

Posts Tagged ‘fedora’

Liferay Portal installation for enterprise intranets

liferay-portal-installation-tomcat-postgresql

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

Install and configure PostgreSQL on CentOS/Redhat/Fedora

install-posgresql-centos-redhat-fedora

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

Install Java on CentOS/Redhat/Fedora

java-centos

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