Skip to content

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 604 Bytes

README.md

File metadata and controls

executable file
·
26 lines (18 loc) · 604 Bytes
Set up db
In config/autoload/doctrine.global.php give correct db credentials

Set up apache vhost

<VirtualHost *:8080> ServerName prozigleague.localhost DocumentRoot "/var/www/prozigleague/public" <Directory /var/www/prozigleague/public> DirectoryIndex index.php AllowOverride All Order allow,deny Allow from all Require all granted

Add prozigleague.localhost to etc/hosts

restart apache