diff options
-rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -47,3 +47,12 @@ application: plackup -E development -R ./config.ini \ --host 127.0.0.1 --port 5000 ./run.psgi + +On the other hand, production servers should serve system CSS/JS +libraries, as well as fonts, rather than redirecting to the upstream +bundles. On Debian GNU/Linux systems, the dependencies are found in the +following packages: + + fonts-font-awesome + libjs-bootstrap + libjs-jquery |