Typo3 Flow: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) (→Installation) |
F (Diskussion | Beiträge) (→Installation) |
||
Zeile 8: | Zeile 8: | ||
./flow core:setfilepermissions sn www-data www-data | ./flow core:setfilepermissions sn www-data www-data | ||
</source> | </source> | ||
+ | |||
+ | '''Quellen''' | ||
+ | * [http://docs.typo3.org/flow/TYPO3FlowDocumentation/Quickstart/Index.html flow Quickstart] |
Version vom 22. Mai 2013, 12:14 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