If install is a fresh one run composer install from root after cloning repo Apache requires sccess to several storage folders change ownership with
chown -R apache:apache ./*
Copy .env.example to .env and add appropiate items generate key for laravel
php artisan key:generate
generate storage links
php artisan storage:link
The following mount points are required by the server and then used by apps
\10.10.1.129\VoIP_Recordings used in storage/app/recordings -- used to retrieve recordings
ln -s /mnt/faxes ./storage/app/
\10.10.1.6\var\spool\asterisk\faxes used in storage/app/faxes -- used to store and send faxes
ln -s /mnt/faxes ./storage/app/