From 2a863fb883d82568bcdbbfc80cd73b0d1fa564f2 Mon Sep 17 00:00:00 2001 From: Rezende Date: Thu, 23 Jul 2020 12:06:51 -0300 Subject: [PATCH] =?UTF-8?q?Recommending=20symfony/apache-pack=20when=20ins?= =?UTF-8?q?talling=20the=20project=20on=20a=20sha=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment.rst b/deployment.rst index 5d02bae0e58..18fd4ec6fa8 100644 --- a/deployment.rst +++ b/deployment.rst @@ -195,6 +195,7 @@ setup: * Add/edit CRON jobs * :ref:`Building and minifying your assets ` with Webpack Encore * Pushing assets to a CDN +* On a shared hosting platform using the Apache web server, you may need to install the :ref:`symfony/apache-pack package ` * ... Application Lifecycle: Continuous Integration, QA, etc.