- readme.md with installation manual

- composer updates
This commit is contained in:
Arno Kaimbacher 2020-06-16 14:36:00 +02:00
parent 59cf061308
commit 265eca24bd
2 changed files with 4 additions and 4 deletions

4
composer.lock generated
View File

@ -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",

View File

@ -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.