[FLOW3-general] Changing Contexts in Neo

Christian Müller christian.mueller at typo3.org
Tue Oct 9 21:50:28 CEST 2012


Hi Olivier,


On 09/10/12 21:29, Olivier Dobberkau wrote:
> Am 09.10.12 20:58, schrieb Carsten Bleicker:
>
>> works for me:
>> <VirtualHost *:80>
>>
>>          ...
>>
>>          php_value date.timezone "Europe/Berlin"
>>
>>          SetEnv FLOW3_CONTEXT Development
>>
>>
>> maybe its SetEnv instead of Setenv?
> Let me rephrase.
>
> I want to switch to Production Mode after that Neos was setup in
> Development mode.
Yeah we don't have an automated way to do that right now. You need to 
adjust the FLOW3_CONTEXT as described already and additionally you need 
to take care that your DB Settings are valid for Production too.

See Configuration/Development/Settings.yaml
The info in there should be copied to Configuration/Production/Settings.yaml

If you then still get the 500 please check error logs and post what they 
say...

Christian


More information about the FLOW3-general mailing list