Actions
Funcionalitat/Millora #1879
openFuncionalitat/Millora #1878: Aixecar un site DEV per no haver de treballar amb la web en producció.
Preparar els paràmetres de DEV
Start date:
13 Oct 2023
Due date:
21 Mar 2025 (about 11 months late)
% Done:
100%
Estimated time:
Description
Deasactivar les catxès, crear entorns amb el mòdul de les barres, etc.
Updated by Joan Cervan i Andreu over 2 years ago
- Status changed from Nou to En Progrés
- % Done changed from 0 to 10
Per exemple al settings.php:
/**
* Load local development override configuration, if available.
*
* Create a settings.local.php file to override variables on secondary (staging,
* development, etc.) installations of this site.
*
* Typical uses of settings.local.php include:
* - Disabling caching.
* - Disabling JavaScript/CSS compression.
* - Rerouting outgoing emails.
*
* Keep this code block at the end of this file to take full effect.
*/
#
# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
# include $app_root . '/' . $site_path . '/settings.local.php';
# }
Updated by Joan Cervan i Andreu 11 months ago
- Due date changed from 27 Oct 2023 to 21 Mar 2025
- Status changed from En Progrés to Resolt
- % Done changed from 10 to 100
Actions