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:
27 Oct 2023 (about 15 months late)
% Done:
10%
Estimated time:
Description
Deasactivar les catxès, crear entorns amb el mòdul de les barres, etc.
Updated by Joan Cervan i Andreu over 1 year 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'; # }
Actions