Update To Instructions

This commit is contained in:
WilliamMiceli
2018-06-27 15:44:07 -04:00
parent 12e40329b9
commit f988fcc329

View File

@@ -17,3 +17,11 @@ Expenses & time-tracking built with Laravel
Make sure that you have a "nginx.conf" file located inside of the "Config" folder for the webserver to function.
Copying the default one located [on their GitHub](https://github.com/invoiceninja/dockerfiles/blob/master/docker-compose/nginx.conf) should be sufficient.
You may need to run "php artisan cache:clear", and then "chmod -R 777 storage" in the "App" and "Cron" containers if you are getting file permission errors.
### Post-Installation:
Google Maps:
Get an API Key [Here](https://developers.google.com/maps/documentation/javascript/get-api-key) first.
Then add GOOGLE_MAPS_API_KEY=<your key> in your .env file.