Skip to content

Commit 81d63f1

Browse files
committed
Fix README
1 parent 73c5e02 commit 81d63f1

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

README.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,18 @@ Mage (meɪdʒ): a magician or learned person.
1717

1818
## Instructions:
1919
***Note: You need to make sure that you have `php-mysql` package that connects PHP with MySQL, and that you change the `generated` directory permissions to be 777.***
20-
1- Start by providing your MySQL Server Info, then click Next Step button.
21-
![Server info](images/1.png)
2220

23-
2- The tool will scan the server for available databases and list them in a dropdown menu, select the database that you want, then check if you need full HTML editor or not, and then click "Generate Admin Panel" button
24-
![Second Step](images/2.png)
25-
26-
3- After a few seconds, you'll get a success message, with a link to the newly created admin panel, and a report of all the operations that were done.
27-
![Success Message](images/3.png)
28-
29-
4- Click the link to the admin panel. You have to sign in using "admin" as an email and a password.
30-
![Sign in](images/4.png)
31-
32-
---
21+
| Step | Thumb | Instructions |
22+
| ---- |:----------------------------------------------------------------------:| -------------:|
23+
| 1 | [<img src="images/1.png" width="200">](images/1.png){:target="_blank"} | Start by providing your MySQL Server Info, then click Next Step button. |
24+
| 2 | [<img src="images/2.png" width="200">](images/2.png){:target="_blank"} | The tool will scan the server for available databases and list them in a dropdown menu, select the database that you want, then check if you need full HTML editor or not, and then click "Generate Admin Panel" button |
25+
| 3 | [<img src="images/3.png" width="200">](images/3.png){:target="_blank"} | After a few seconds, you'll get a success message, with a link to the newly created admin panel, and a report of all the operations that were done. |
26+
| 4 | [<img src="images/4.png" width="200">](images/4.png){:target="_blank"} | Click the link to the admin panel. You have to sign in using "admin" as an email and a password. |
3327

3428
You'll get a clean bootstrap interface to control the website, check below screenshots:
35-
![Admin Panel 1](images/5.png)
36-
37-
---
38-
![Admin Panel 2](images/6.png)
39-
---
40-
![Admin Panel 3](images/7.png)
29+
[<img src="images/5.png" width="200" style="margin-left:2em">](images/5.png){:target="_blank"}
30+
[<img src="images/6.png" width="200" style="margin-left:2em">](images/6.png){:target="_blank"}
31+
[<img src="images/7.png" width="200">](images/7.png){:target="_blank"}
4132

4233
## Notes
4334
MAGE handles data using `htmlentities` as well as `addslashes` to prevent XSS attacks. This means that any HTML tags, especially those generated by the CKEditor, will be encoded.
@@ -57,3 +48,5 @@ Change the `generated` directory permission to 777
5748
```bash
5849
chmod 777 generated
5950
```
51+
52+

0 commit comments

Comments
 (0)