Typo3 Flow: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Aktivierung der schon vorhandenen Extensions im Erweiterungsmanager * extbase * fluid = Quellen == * [http://www.typo3lexikon.de/typo3-tutorials/extensions/flui…“) |
F (Diskussion | Beiträge) (→Probleme) |
||
(51 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | + | [[typo3]] | |
− | |||
− | |||
+ | = Installation = | ||
− | = | + | <source lang="bash"> |
− | + | curl -s https://getcomposer.org/installer | php | |
− | * [ | + | php composer.phar create-project --dev --keep-vcs typo3/flow-base-distribution Quickstart 2.0.0-beta1 |
− | * [http:// | + | cd Quickstart/ |
+ | ./flow core:setfilepermissions sn www-data www-data | ||
+ | </source> | ||
+ | |||
+ | '''Quellen''' | ||
+ | * [http://docs.typo3.org/flow/TYPO3FlowDocumentation/Quickstart/Index.html flow Quickstart] | ||
+ | * [http://flow.typo3.org/download.html download Versionsnummer] |
Aktuelle Version vom 5. September 2013, 13:43 Uhr
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