OpenERP is a comprehensive suite of business applications including Sales, CRM, Project management, Warehouse management, Manufacturing, Financial management and Human Resources just to name a few. Over 2000+ OpenERP modules are available on OpenERP Apps Store for free. Install and Configure PostgreSQL Server Go to Applications > System Tools > Add/Remove Software, type postgresql-server into search field and press Find OR go to Applications > System Tools > Terminal and type in this command to get PostgreSQL server installed: $ sudo yum install postgresql-server postgresql Select package postgresql-server and click on Apply. System will offer you two extra packages – postgresql and postgresql-libs – select Continue to continue. You also will be asked to provide root’s password. After installing the packages, a database needs to be initialized and configured. To do this use Terminal (in fact, do not close current Terminal window during t...