cedricziel/typo3-heroku-distribution
Composer 安装命令:
composer require cedricziel/typo3-heroku-distribution
包简介
README 文档
README
This is a work-in-progress to research how TYPO3 CMS can be run on Heroku using the current cedar stack.
Initialization
- install heroku cli
- login through
heroku login - create heroku app with
heroku create. This registers git remoteheroku - push to heroku
git push heroku master - open in browser and complete setup with
heroku openmake sure to deleteweb/FIRST_INSTALLafterwards
Customization
php.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.
Installing extensions
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.
- require the extension with composer
- push the app, install it via the extension manager
- manually activate the package in
typo3conf/PackageStates.php
This flow is needed to keep the various mechanisms in sync after push.
Tips
- run
composer updateonly with the--prefer-distflag as currently it would download the whole TYPO3 repository - accessing the install tool is only possible when the ENABLE_INSTALL_TOOL marker file is present
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-09-30