English 中文(简体)
与Magento合作——打破这一鸿沟
原标题:Working with Magento - breaking it down
  • 时间:2012-05-14 09:25:22
  •  标签:
  • svn
  • magento

我有两个相关问题:

  1. Is it possible to break down Magento into manageable, bitesize pieces so
    • my IDE does not have to handle the entire damned project in order to change a line of CSS
    • I don t have to export it all to the server when I want to deploy it?
  2. Which bits of Magento, precisely, should you never touch (unless upgrading to a newer version)? For example app/code/core?

与Magento合作的任何人一样,这是申请的灯塔。 在我的发展过程中,它耗尽了一定的资源,与它合作,就像穿过2英尺的泥土。

我目前与它合作的方法基本上是在特别志愿人员国家存放处坚持整个法典基础。

当我做些事情时,我在服务器上更新了特别志愿人员网的一份开发工作副本并测试了该软件。

当我对变化感到欣慰时,我向服务器上的新夹出口,在当地Xml &中安装电子链接;然后把网络服务器(Apache)目录连接起来。

我很少的制度是有效的,但对于我来说,我可以说明如何使它更快!

我正在考虑不同的特别志愿人员协会(或Gite)分行,或甚至重新处理该信的不同部分,例如配对/编码/当地或皮肤/冒犯/过失,但可以列出具体内容,甚至可以找到最佳途径。

最佳回答

从你的声音来看,如果你想要把事情保持下去,那么你可能只想把电灯/密码/地方、备份/编码/社区以及设计包裹放在你手中,而只是把磁强硬核心代码作为单独一揽子方案。

我发现,Gite似乎与Magento大量档案/文件更好地合作。

如果你使用NetBeans作为电算系统,那么,如果你不需要,你就能够排除对项目档案的扫描,以建造汽车。 然而,我不相信其他民主选举学会。

与你这样说,Magento在被过度抽取时,实际上可以成为泥土上的一块 stick。 我建议研究PHP文档的奥法(如装甲运兵车)藏匿点,并在你的地方环境中接过Mysql,帮助发现和提升尽可能多的瓶颈。

http://code.google.com/p/module-manager/wiki/Tutorial”rel=“nofollow”>Modman

这里是关于如何安排母子项目的咨询意见和意见的良好文章:

问题回答

暂无回答




相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签