Typo3 Flow: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) (→Installation) |
F (Diskussion | Beiträge) (→Installation) |
||
Zeile 11: | Zeile 11: | ||
'''Quellen''' | '''Quellen''' | ||
* [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] |
Version vom 22. Mai 2013, 12:15 Uhr
Installation
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