In order to use the Libresource installer you have to install a jdk (>1.4) and postgres (>7.4).This page explain how to install LSC on a mac OS X (10.4)
Install Java
Go to www.javasoft.com and install a jdk>1.4. Install it with default options…install Postgres
Go to www.postgres.org and install a postgres >7.4During install dialog, just use default options… Remember the password for postgres user… (Do no let the installer generates the password ;))After postgres installation, you need to create the libresource database. You can use pgadmin installed with postgres…- Launch pgadmin from postgres menu
- Connect by double clocking on the postgreSQL database server and enter the postgres password
- right click on database subitem and select "add a database"
- enter "libresource" as database name with "postgres" as owner
- You can leave pgadmin...
Install libresource
java -jar LibreSource-Community-1.5-Installer.jar