Archive

Posts Tagged ‘postgresql’

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