From f988fcc329b522ea89449ebf169d4bfe21d15df5 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Wed, 27 Jun 2018 15:44:07 -0400 Subject: [PATCH] Update To Instructions --- templates/InvoiceNinja/0/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/InvoiceNinja/0/README.md b/templates/InvoiceNinja/0/README.md index 83e996a..63714bd 100644 --- a/templates/InvoiceNinja/0/README.md +++ b/templates/InvoiceNinja/0/README.md @@ -16,4 +16,12 @@ Expenses & time-tracking built with Laravel ### Pre-Installation: 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. \ No newline at end of file +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= in your .env file. \ No newline at end of file