Please note that this is all experimental and might or might not be used in production.
php composer.phar install
config/autoload/doctrine.local.php.dist
to
config/autoload/doctrine.local.php
and configure the database settings in
there.data/
directory../db orm:schema-tool:create
to populate the
database.gewisdb_report
EM_ALIAS=orm_report ./db orm:schema-tool:create
.htpasswd
file, and add a user to it (`htpasswd -c .htpasswd
public/.htaccess.dist
to public/.htaccess
and configure the path to
the .htpasswd
file (the AuthUserFile
directive).