composer create-project dvelum/dvelum-core
Apache VirtualHost configuration example
<VirtualHost *:80>
ServerName dvelum.local
DocumentRoot /path/to/dvelum/www
<Directory "/path/to/dvelum/www">
Require all granted
AllowOverride All
Options +ExecCGI -Includes -Indexes
</Directory>
</VirtualHost>
Add local domain to /etc/hosts
127.0.0.1 dvelum.local