From 265eca24bdca53d798122a1aa1463c544c617119 Mon Sep 17 00:00:00 2001 From: Arno Kaimbacher Date: Tue, 16 Jun 2020 14:36:00 +0200 Subject: [PATCH] - readme.md with installation manual - composer updates --- composer.lock | 4 ++-- readme.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 80a66fc..fe2fb16 100755 --- a/composer.lock +++ b/composer.lock @@ -2187,7 +2187,7 @@ }, { "name": "symfony/css-selector", - "version": "v5.1.1", + "version": "v5.1.2", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -2775,7 +2775,7 @@ }, { "name": "symfony/mime", - "version": "v5.1.1", + "version": "v5.1.2", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", diff --git a/readme.md b/readme.md index 073fecd..23e9152 100755 --- a/readme.md +++ b/readme.md @@ -37,7 +37,7 @@ Run the database migrations (**Set the database connection in .env before migrat php artisan migrate -Grant folder permissions (**Set the database connection in .env before migrating**) +Grant folder permissions for webserver user sudo chgrp -R www-data storage bootstrap/cache sudo chmod -R ug+rwx storage bootstrap/cache @@ -49,7 +49,7 @@ Start the local development server ## Environment variables -- .env - Environment variables can be set in this file +- `.env` - Environment variables can be set in this file ***Note*** : You can quickly set the database information, the solr connection string and other variables in this file and have the application fully working.