This Package of kivitendo is build for using with
invis-servers. Therefore the apache2 configuration-
file isn't needed. If you need this file, just
rename it from

/etc/apache2/conf.d/kivitendo.conf.dist to
/etc/apache2/conf.d/kivitendo.conf

#Start PostgreSQL
rcpostgreql start

# Create a PostgreSQL superhuser
sudo -u postgres createuser -s -d -r -P kivitendo

# Write the given passwort in:
/srv/www/htdocs/kivitendo-erp/config/kivitendo.conf
...
# users' passwords.
host     = localhost
port     = 5432
db       = kivitendo_auth
user     = kivitendo
password = insert password here

# Add the following lines to /var/lib/pgsql/pg_hba.conf
# exactly at the shown position.
 
# TYPE  DATABASE        USER            ADDRESS                 METHOD
## invis-server.org
local   all             kivitendo                              trust
host    all             kivitendo      127.0.0.1/32            md5
host    all             kivitendo      ::1/128                 md5

# Configure PostgreSQL to accept TCP/IP connections
# from localhost in /var/lib/pgsql/postgresql.conf:
listen_addresses = 'localhost'          # what IP address(es) to listen on;

#configure and start taskplaner