- run provisioning script as root
- don't load friendica_test_data.sql which is outdated
- install friendica and create users via console commands
- install cronjob in `/etc/cron.d/friendica` and run as `www-data` user
- force to have "vagrant-vbguest" insstalled. We need updated vbguest
addins to correctly mount local folder
- add "config.hostname" and "system.ssl_policy" values in
`local.config.vagrant.php`
- more consistent use of hostname
- use .local hostname instead of .dev . Looks like Firefox is more
happy with a self-signed certificate on .local than .dev
- add friendica.local to altname in certificate
- run composer install while provisioning