aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2018-09-02 06:16:36 +0200
committerGuilhem Moulin <guilhem@fripost.org>2018-09-02 06:18:13 +0200
commitd3fd0fc5dc763eaaf931520f3c598346ad2a985e (patch)
tree4a1db4c96f298dd69d966e3df7ebc685087a4057 /INSTALL
parent7b4d5536c9df9673937deb0670b11240c02ce5a1 (diff)
Mention that prod boxes should serve system CSS/JS/fonts.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
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