No subject


Tue Sep 11 09:37:56 CEST 2012


Updating an existing setup
--------------------------

If you have a setup based on the base distribution from our git
server, you should just be able to update. If you use a different
base, manual work is needed. In essence it boils down to the following:

* Remove the submodules no longer needed (Framework/*, Build/Common)

Use "git rm --cached Packages/Framework/TYPO3.FLOW3" and repeat for
the other submodules. Edit .gitmodules to remove the no longer needed
parts.

* Stop Web/index.php, flow3, flow3.bat, Readme.txt, Upgrading.txt from
being tracked by git, unless you need them versioned yourself. They
will be copied from the FLOW3 package in the future.

* run "composer install --dev" to get the framework packages and their
dependencies back.


Future
------

As soon as the last wrinkles are ironed out, we will make the packages
available through http://packagist.org to remove the need for having
our own package repository URL in the composer manifest.

The documentation on installation and package management will be updated
in the coming days.

Troubleshooting
---------------

If you run into trouble, join #flow3 on freenode.net and ask. Or open
issues in the forge tracker.

First and foremost: enjoy the weekend!

Regards,
Karsten
-- 
Karsten Dambekalns
TYPO3 Core Developer, FLOW3 / Phoenix Team

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the FLOW3-general mailing list