Update README.md

Add information about run from subdirectory for font awesome.
This commit is contained in:
Unick Soft
2020-06-07 22:10:19 +02:00
committed by GitHub
parent 984c27da8b
commit 41229208f5

View File

@@ -64,6 +64,11 @@ define('SITE_IN_DIR', 'graph');
```
4. Run merge.php to apply changes. Run http://localhost/graph/script/merge.php
5. Change path to fontawesome. Change path in file i/css/dev/fontawesome/variables.less line @fa-font-path:
```
@fa-font-path: "/graph/i/fonts/dev/fontawesome";
```
# Fix problems
1. If you see page but css is not loaded. Maybe your web server does not support gzip encoding. You can try change FORCE_DISABLE_GZIP field from **false** to **true**. (It is placed in file /lib/ExtraPacker/ExtraPacker.php).