Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit a98c890

Browse files
doc update
Signed-off-by: [email protected] <Zannabianca20>
1 parent 00d7dfd commit a98c890

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

documentation/index.html

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
<div class="title" id="header">
6969
<h1>PHP Dynamic Qr code - Generator of dynamic and static Qr code V1.0</h1>
70-
<small> Documentation - Version 1.0 / Created: 24/08/2020 Last Update: </small>
70+
<small> Documentation - Version 1.0 / Created: 24/08/2020 Last Update: 28/08/2022</small>
7171
</div>
7272

7373
<div class="wrapper">
@@ -86,18 +86,12 @@ <h2> What is a static qr code</h2>
8686
<h2> Installation</h2>
8787
<p>Follow these steps to install the script:</p>
8888
<ol><strong>
89-
<li>Extract the zip archive to your server</li>
90-
<li>Open the /install/ folder in the browser</li>
91-
<p>Check system requirements. If one of these extensions is not enabled, you must enable it from your server settings. If all requirements are provided, click Next.</p>
92-
<img src="assets/img/start.png" style="width: 75%; height: 75%">
93-
<li>Check folder permissions</li>
94-
<p>If a folder doesn't have read and write permissions you need to change the settings on your server. If all requirements are provided, click Next.</p>
95-
<img src="assets/img/folder.png" style="width: 75%; height: 75%">
96-
<li>Enter your database credentials. Click next.</li>
97-
<p></p>
98-
<img src="assets/img/database.png" style="width: 75%; height: 75%">
89+
<li>Clone the project from github</li>
90+
<li>Edit the yaml file for docker or manually enter the credentials you want in the /config/environment.php file</li>
91+
<li>Launch the setup file in your browser /install/setup.php</li>
92+
<p>The script checks the requirements, write permissions on the generated folders and creates a database with sample data</p>
9993
<li>Finish</li>
100-
<p>The installation is finished and you can access the control panel.</p>
94+
<p>If all went well you will see a summary screen with a login button. Alternatively, you will get an error message</p>
10195
</ol>
10296
</div>
10397

0 commit comments

Comments
 (0)