mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Update README.md
Add information about run from subdirectory for font awesome.
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user