Typo3 Flow: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
(Installation)
(Installation)
Zeile 13: Zeile 13:
 
* [http://docs.typo3.org/flow/TYPO3FlowDocumentation/Quickstart/Index.html flow Quickstart]
 
* [http://docs.typo3.org/flow/TYPO3FlowDocumentation/Quickstart/Index.html flow Quickstart]
 
* [http://flow.typo3.org/download.html download Versionsnummer]
 
* [http://flow.typo3.org/download.html download Versionsnummer]
 +
 +
= Probleme =
 +
== Flow requires the PHP setting "date.timezone" to be set. (Error #1342087777) ==
 +
siehe auch [http://php.net/date.timezone date.timezone]
 +
<source lang="bash">
 +
date.timezone = Europe/Berlin
 +
</source>

Version vom 22. Mai 2013, 13:09 Uhr

typo3

Installation

curl -s https://getcomposer.org/installer | php
php composer.phar create-project --dev --keep-vcs typo3/flow-base-distribution Quickstart 2.0.0-beta1
cd Quickstart/
./flow core:setfilepermissions sn www-data www-data

Quellen

Probleme

Flow requires the PHP setting "date.timezone" to be set. (Error #1342087777)

siehe auch date.timezone

date.timezone = Europe/Berlin