问题标签 [typo3-surf]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - Automatically updating composer.lock in build process
I have a Neos project, consisting of a Site providing the main composer container. composer.json
requires a huge number of packages (whole neos/flow environment), including some packages we develop.
Our deployment setup consists of Jenkins, building the css/javascript for both the site and plugin packages (only within their specific gits) and finally triggering TYPO3 Surf, which actually calls composer install
and then rsync's to the server.
Right now, each time we want some changes in our dev branch to be deployed to the testing environment, we have to manually cd to the main composer directory, do a
Is there anyway to always use the newest version of our plugin package with composer? Perhaps excluding the requirement from composer.lock
, or just changing it without installing the actual packages.
composer-php - 在 TYPO3 CMS 中安装 TYPO3.Surf
刚刚尝试在 TYPO3 CMS 7.6.10 安装中安装 TYPO3 Surf,但没有成功。
typo3 - 如何使用typo3/surf 清除BasicAuth 保护环境中的OPcache?
在一个 TYPO3 项目中,我正在工作的 Production/Staging(或 Production/Dev,或任何其他)环境受 HTTP BasicAuth(基本访问身份验证)保护。
实例通过typo3/surf部署。
- 在某些时候,typo3/surf 必须创建一个临时 php 文件,该文件可以访问
- 稍后:在切换完成并且可以通过前端访问新部署之后。
如何配置typo3/surf以在BasicAuth 受保护的环境中通过前端访问先前生成的OPcache 清除脚本?
php - TYPO3 SURF - 部署非 TYPO3 项目
我尝试按照官方文档使用 TYPO3 SURF 部署非 TYPO3 项目:https ://docs.typo3.org/other/typo3/surf/2.0/en-us/GettingStarted/Index.html
我在任务“SymlinkConfigurationTask”下收到以下错误:
该任务还会创建一个指向不存在的文件夹的符号链接。
这是我的部署脚本:
有什么帮助吗?