On Suse<code type="bash">#!/bin/bashsu postgrespsql -d template1 -f /srv/www/htdocs/horde/scripts/sql/create.pgsql.sqlpsql -d horde -f /srv/www/htdocs/horde/scripts/sql/horde_datatree.sqlpsql -d horde -f /srv/www/htdocs/horde/scripts/sql/horde_vfs.pgsql.sqlpsql -d horde -f /srv/www/htdocs/horde/scripts/sql/horde_users.sqlpsql -d horde -f /srv/www/htdocs/horde/scripts/sql/horde_tokens.sqlpsql -d horde -f /srv/www/htdocs/horde/scripts/sql/horde_sessionhandler.pgsql.sqlpsql -d horde -f /srv/www/htdocs/horde/scripts/sql/horde_prefs.sqlpsql -d horde -f /srv/www/htdocs/horde/scripts/sql/horde_log.sqlpsql -d horde -f /srv/www/htdocs/horde/kronolith/scripts/sql/kronolith.pgsql.sqlpsql -d horde -f /srv/www/htdocs/horde/mnemo/scripts/sql/mnemo.sqlpsql -d horde -f /srv/www/htdocs/horde/nag/scripts/sql/nag.sqlpsql -d horde -f /srv/www/htdocs/horde/rakim/scripts/sql/rakim.sqlpsql -d horde -f /srv/www/htdocs/horde/turba/scripts/sql/turba_objects.pgsql.sqlpsql -d horde -f /srv/www/htdocs/horde/vilma/scripts/sql/vilma.pgsql.sqlexit</code>On Redhat based distro<code type="bash">#!/bin/bashsu postgrespsql -d template1 -f /var/www/html/horde/scripts/sql/create.pgsql.sqlpsql -d horde -f /var/www/html/horde/scripts/sql/horde_datatree.sqlpsql -d horde -f /var/www/html/horde/scripts/sql/horde_vfs.pgsql.sqlpsql -d horde -f /var/www/html/horde/scripts/sql/horde_users.sqlpsql -d horde -f /var/www/html/horde/scripts/sql/horde_tokens.sqlpsql -d horde -f /var/www/html/horde/scripts/sql/horde_sessionhandler.pgsql.sqlpsql -d horde -f /var/www/html/horde/scripts/sql/horde_prefs.sqlpsql -d horde -f /var/www/html/horde/scripts/sql/horde_log.sqlpsql -d horde -f /var/www/html/horde/kronolith/scripts/sql/kronolith.pgsql.sqlpsql -d horde -f /var/www/html/horde/mnemo/scripts/sql/mnemo.sqlpsql -d horde -f /var/www/html/horde/nag/scripts/sql/nag.sqlpsql -d horde -f /var/www/html/horde/rakim/scripts/sql/rakim.sqlpsql -d horde -f /var/www/html/horde/turba/scripts/sql/turba_objects.pgsql.sqlpsql -d horde -f /var/www/html/horde/vilma/scripts/sql/vilma.pgsql.sql</code>RemoveRemove the scripts for the modules not required.Default username is 'horde' and password is 'pass' change the scripts with your choice. Jigish