Updated with changes
This commit is contained in:
@@ -13,12 +13,10 @@ Expenses & time-tracking built with Laravel
|
|||||||
|
|
||||||
### Pre-Installation:
|
### Pre-Installation:
|
||||||
|
|
||||||
Make sure that you have a "nginx.conf" file located inside of the "Config" folder for the webserver to function.
|
Make sure that you have a "nginx.conf" file for the nginx container.
|
||||||
Copying the default one located [on their GitHub](https://github.com/invoiceninja/dockerfiles/blob/master/docker-compose/nginx.conf) should be sufficient.
|
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.
|
You may need to "chmod -R 777 storage" in the "App" container.
|
||||||
|
|
||||||
### Post-Installation:
|
|
||||||
|
|
||||||
Google Maps:
|
Google Maps:
|
||||||
Get an API Key [Here](https://developers.google.com/maps/documentation/javascript/get-api-key) first.
|
Get an API Key [Here](https://developers.google.com/maps/documentation/javascript/get-api-key) first.
|
||||||
|
|||||||
Reference in New Issue
Block a user