Merge pull request #33 from 0xRenegade/QOL/ignore-env-and-use-example-instead

QOL/ignore env and use example instead
This commit is contained in:
Giandonato Inverso
2022-09-24 19:44:23 +02:00
committed by GitHub
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -2,3 +2,4 @@
.project
.idea
.DS_Store
qrcode/config/environment.php
+1
View File
@@ -87,6 +87,7 @@
<p>Follow these steps to install the script:</p>
<ol><strong>
<li>Clone the project from github</li>
<li>Copy /config/environment.php.example over to /config/environment.php</li>
<li>Edit the yaml file for docker or manually enter the credentials you want in the /config/environment.php file</li>
<li>Launch the setup file in your browser /install/setup.php</li>
<p>The script checks the requirements, write permissions on the generated folders and creates a database with sample data</p>