diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-09-02 06:16:36 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-09-02 06:18:13 +0200 |
commit | d3fd0fc5dc763eaaf931520f3c598346ad2a985e (patch) | |
tree | 4a1db4c96f298dd69d966e3df7ebc685087a4057 /INSTALL | |
parent | 7b4d5536c9df9673937deb0670b11240c02ce5a1 (diff) |
Mention that prod boxes should serve system CSS/JS/fonts.
Diffstat (limited to 'INSTALL')
-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 |