在项目启动时自动安装常见的 magento 扩展 [英] automatic installation of common magento extensions at project kickoff

查看:18
本文介绍了在项目启动时自动安装常见的 magento 扩展的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每次创建新项目时,我都会发现自己安装了一些 Magento Connect 扩展,例如 Fontis_Recaptcha、Mass_Product_Relater、HM_DeveloperToolbar、ModuleCreator、Alanstormdotcom_Layoutviewer 等.您的列表中有什么?

There are some Magento Connect extensions that I find myself installing every time I create a new project, such as Fontis_Recaptcha, Mass_Product_Relater, HM_DeveloperToolbar, ModuleCreator, Alanstormdotcom_Layoutviewer, etc. What's on your list?

有人知道自动安装基本模块集的能力吗?与 Mage 本身安装其所有模块的方式相同.我猜是 bash 或 phing 脚本来自动化 PEAR 吗?想法?

Does anyone know of a capability to automate the installation of a base set of modules? In the same way that Mage itself installs all its modules. I guess a bash or phing script to automate PEAR? Thoughts?

推荐答案

你不能只使用这里提供和维护的自动安装程序脚本:

Cant you just use the auto installer script as provided and maintained here:

http://www.magentocommerce.com/wiki/groups/227/magento_bash_script_installer

并编辑它以安装您想要的扩展

and edit it to install your desired extensions

即在脚本末尾添加 ./pear install xxxxxxx 即可.

ie just add ./pear install xxxxxxx at the end of the script.

这篇关于在项目启动时自动安装常见的 magento 扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆