FUGS ==== Short: New Installation ---------------------- git clone --recursive git://git.typo3.org/TYPO3v5/Distributions/Base.git fugs (do not update submodules!!!) cd fugs ./flow3 help -> works http://fugs/setup/ -> TYPO3 homepage works not? -> DB-Settings? -> ./flow3 site:import --filename Packages/Sites/TYPO3.PhoenixDemoTypo3Org/Resources/Private/Content/Sites.xml FUGS homepage ./flow3 site:prune --packageKey TYPO3.PhoenixDemoTypo3Org --confirmation TRUE git-Account + SSH-Key http://github.com/ git submodule add git@github.com:vjanoch/fugs.git Packages/Sites/De.FugStuttgart ./flow3 site:import --packageKey De.FugStuttgart Short: Update ------------- ~/fugs: git pull ./flow3 site:import --packageKey De.FugStuttgart (remove old imports?) -> http://fugs Commands -------- ./flow3 help ./flow3 flow3:cache:flush ./flow3 site:list ./flow3 site:import --packageKey PhoenixDemoTypo3Org ./flow3 site:prune --packageKey PhoenixDemoTypo3Org --confirmation TRUE ./flow3 package:create De.FugStuttgart ./flow3 package:list ./flow3 package:deactivate TYPO3.PhoenixDemoTypo3Org ./flow3 doctrine:migrationstatus ./flow3 doctrine:migrate ./flow3 user:create admin admin admin admin DB-Settings ----------- Configuration/Settings.yaml TYPO3: FLOW3: persistence: backendOptions: host: '127.0.0.1' # adjust to your database host user: 'user' password: 'password' dbname: 'name' SQL --- select * from typo3_typo3_domain_model_user; select * from typo3_typo3cr_domain_model_node; select * from typo3_typo3_domain_model_domain; PHP --- date.timezone = "Europe/Berlin" Links ----- http://phoenix.typo3.org/documentation/gettingstarted/installation.html http://phoenix.typo3.org/documentation/gettingstarted/yourfirstsite.html http://www.flow3-tutorials.org/ http://github.com/ Git --- git clone --recursive git://git.typo3.org/TYPO3v5/Distributions/Base.git fugs git-Account + SSH-Key http://github.com/ cd fugs && git submodule add git@github.com:vjanoch/fugs.git Packages/Sites/De.FugStuttgart git pull git add test.txt git commit -m "test_af" git push