Project

General

Profile

Actions

Funcionalitat/Millora #1879

open

Funcionalitat/Millora #1878: Aixecar un site DEV per no haver de treballar amb la web en producció.

Preparar els paràmetres de DEV

Added by Joan Cervan i Andreu over 1 year ago. Updated over 1 year ago.

Status:
En Progrés
Priority:
Normal
Category:
-
Target version:
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.


Actions #1

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

Also available in: Atom PDF