Project

General

Profile

Actions

Feature #43582

closed

Implement a Environment Switch to LocalConfiguration

Added by Sebastian Sommer over 11 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2012-12-04
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
medium
Sprint Focus:

Description

It would be nice to have a Environment Switch in the LocalConfiguration.
Something like in Flow would be awesome.

In the Vhost Configuration:

<VirtualHost *:80>
        ...
        SetEnv TYPO_CMS_CONTEXT Development
</VirtualHost>

Which automatic uses the Development key of the array:

return array(
    'Production' => array(
        'BE' => array(
        ),
        'DB' => array(
        ),
        'EXT' => array(

        ),
        'GFX' => array(

        ),
        'SYS' => array(
        )
    ),

    'Development' => array(
        'BE' => array(
        ),
        'DB' => array(
        ),
        'EXT' => array(

        ),
        'GFX' => array(

        ),
        'SYS' => array(
        )
    )
);

Files

env2.jpg (215 KB) env2.jpg Idea for Install tool - Dropdown open Sebastian Sommer, 2012-12-04 14:43
env.jpg (209 KB) env.jpg Idea for Install tool Sebastian Sommer, 2012-12-04 14:43

Updated by Sebastian Sommer over 11 years ago

Attached an mockup to deal with that on the install tool.

Actions #2

Updated by Tobias Liebig over 11 years ago

  • Category changed from Backend API to Install Tool
  • Complexity changed from easy to medium
Actions #3

Updated by Mathias Schreiber over 9 years ago

  • Status changed from New to Closed

AdditionalConfiguration is to be used for this

Actions

Also available in: Atom PDF