From d3fd0fc5dc763eaaf931520f3c598346ad2a985e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 2 Sep 2018 06:16:36 +0200 Subject: Mention that prod boxes should serve system CSS/JS/fonts. --- INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL b/INSTALL index b600e95..7e4234f 100644 --- a/INSTALL +++ b/INSTALL @@ -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 -- cgit v1.2.3