导入现有的 Drupal 项目
我正在加入一个开发团队,他们有一个基于 Drupal 的在线托管项目。到目前为止,他们已经直接在生产环境上工作,这意味着直接上传文件并进行更改。我决定拥有一个开发环境,并有一些与之相关的问题。
i) 我已经在我的 MAC 上安装了 Drupal-7.9。现有网站采用 Drupal 6.x。我必须将站点的 drupal 文件下载到我的本地 drupal 文件夹中。我假设 Drupal 7.9 将向后兼容。如果我在这里错了,请纠正我
ii) 现在更棘手的部分是,当我将现有项目下载到我的 Drupal 文件夹时,文件目录和文件将覆盖现有的 Drupal 文件夹,这本质上会产生不可预见的问题。 我的想法是,我应该简单地下载这些文件并将它们存储在单独的文件夹中,然后将现有的 drupal 6.x 项目的安装脚本替换为 drupal 7.9 安装脚本的安装脚本?不确定这是否是最好的策略。
这几乎概括了我现在面临的挑战。对这一点的任何了解都会是有益的。
非常感谢,
帕里贾特·卡利亚
I am joining a team of developers who have an existing Drupal based project hosted online. So far, they have worked straight up on the production environment, meaning uploading files and making changes straight. I decided to have a development environment and have a few questions pertaining to that.
i) I have installed Drupal-7.9 on my MAC. The existing website is in Drupal 6.x. I am going to have to download the drupal files of the site onto my local drupal folder. I am assuming Drupal 7.9 will be backward compatible. Correct me if I am wrong here
ii) Now the trickier part, whilst I download the existing project onto my Drupal folder, the file directories and files are going to overwrite the existing Drupal folder, this essentially will create unforseen issues.
My thinking is that I should simply download these files and store them in a separate folder, and replace the installation script of the existing drupal 6.x project with that of the drupal 7.9 installation script? Not sure if this is the best strategy to go around.
This pretty much sums the challenge I am facing right now. Any light on this would be beneficial.
Thanks much,
Parijat Kalia
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
恐怕 Drupal 7.x 不以任何方式向后兼容 Drupal 6,您需要在您的计算机上安装该站点作为 Drupal 6 站点,然后将其升级到版本 7。
您可以查看升级说明 < a href="http://drupal.org/node/548922" rel="nofollow">此处
I'm afraid Drupal 7.x is not in any way backward compatible with Drupal 6, you'll need to install the site on your machine as a Drupal 6 site and then upgrade it to version 7.
You can view the upgrade instructions here
您想要做的事情需要执行多个步骤。
不过,我祝你一切顺利。
what you are trying to do requires a number of steps.
However, i wish you all the best.