dev-master
9999999-dev
The Requires
- ext-gd *
- ext-mysqli *
- ext-soap *
- ext-zip *
- ext-zlib *
- ext-openssl *
- typo3/cms 7.5.0
- vlucas/phpdotenv ^2.0
- cedricziel/typo3-cloudoconfiguration dev-master
The Development Requires
by Cedric Ziel
Wallogit.com
2017 © Pedro Peláez
This is a work-in-progress to research how TYPO3 CMS can be run on Heroku using the current cedar stack., (*1)
heroku login
heroku create. This registers git remote heroku
git push heroku master
heroku open
make sure to delete web/FIRST_INSTALL afterwardsphp.ini values will be picked up from a .user.ini file in web. Go there if
you need to adjust values. Placing it there has no performance penalty., (*3)
Due to the immutable file system (it gets resetted on every push) and the way TYPO3 determines the extensions it should load, a special "flow" for enabling an extension is needed., (*4)
typo3conf/PackageStates.php
This flow is needed to keep the various mechanisms in sync after push., (*5)
composer update only with the --prefer-dist flag as currently
it would download the whole TYPO3 repository