[TYPO3-install] install 6.2.12

Stephan Großberndt s.grossberndt at sidebysite.de
Fri May 8 16:20:25 CEST 2015


Hi,

We had TYPO3 running on Windows with Apache2 in production at a client, 
but in general you'll be much happier using a linux system. There are 
issues with locking files, the performance is worse than on linux and 
you have a hard time keeping the webserver components apache2/php up to 
date.

If your are still willing to use windows:

EXT:bootstrap_package requires you have 6.2.12 installed.
Updating TYPO3 on Windows is not supported (yet).
Manually update your installation to 6.2.12.

Regarding OpenSSL:

Define the path to openssl in LocalConfiguration.php
'SYS' => array(
	'binSetup' => 'openssl=D:\\xampp\\apache\\bin\\openssl.exe',

Make sure the environment variable OPENSSL_CONF is set and points to the 
correct place:

OPENSSL_CONF "D:/xampp/apache/conf/openssl.cnf"

Regards,
Stephan


More information about the TYPO3-install mailing list