管理 Joomla 网站

发布于 2024-10-17 05:57:07 字数 361 浏览 4 评论 0原文

目前我的工作流程是这样的:

  1. 对本地进行一些更改 我的网站的副本
  2. 使用 Akeeba 备份复制我的网站和数据库
  3. 删除托管服务器的内容
  4. 上传 Akeeba 备份文件
  5. 访问网站并 运行 akeeba Restore 来同步我的 数据库

有没有更好的方法来管理 joomla 网站?问题是,我有一个团队在一个网站上工作,所以这并不能真正发挥作用。使用服务器设置版本控制并不完全有效,因为 Joomla 中的几乎所有内容都存储在数据库中,因此我们还需要以某种方式让 CVS 与数据库一起工作。如果 Joomla 和 SQLite 一起工作(它们不一起工作),CVS 解决方案可能会起作用。

Currently my workflow is like this:

  1. Make some changes to the local
    copy of my website
  2. Use Akeeba backup to make a copy of my website and database
  3. Delete contents of hosted server
  4. Upload Akeeba backup files
  5. Visit website and
    run akeeba restore which syncs my
    database

Is there a better way to manage a joomla website? The problem is, I have a team working on one website so this doesn't really work as well. Setting up version control with the server won't exactly work because pretty much everything in Joomla gets stored in a database so we would need to somehow also get the CVS to work with the database. Potentially if Joomla and SQLite worked together (they don't) a CVS solution might work.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小…楫夜泊 2024-10-24 05:57:07

编写一个 php 脚本,看起来并不困难。

Write a php script, doesn't look like you are doing anything to difficult.

她说她爱他 2024-10-24 05:57:07

我发现你们的流程唯一的问题是停机时间。为了消除停机时间,您可以在您的实时服务器上创建两个版本的 Joomla 并将 apache 指向其中之一,当您部署代码时,将其指向当前“离线”版本的 Joomla,并在完成后部署 - 将 apache 指向该版本。只是一个想法;)

The only problem I see with your process is the downtime. In order to eliminate the downtime you can create two versions of Joomla on your LIVE server and point the apache to one of them, when you deploy your code, do it to the currently "off-line" version of Joomla and after you finish the deploy - point the apache to that version. Just a thought ;)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文