创建OpenCart的开发环境

发布于 2024-11-28 18:18:45 字数 148 浏览 1 评论 0 原文

我正在创建一个电子商务网站,使用 OpenCart 和 hostgator 进行托管。我想创建一个安装了 OpenCart 的开发环境,以便我可以查看更改和编辑,而无需使其生效。我还想要一种简单的方法来保存更改并将其推送到实时网站。

有人能指出我正确的方向吗?谢谢。

I am creating an e-commerce website using OpenCart and hostgator for hosting. I want to create a development environment with OpenCart installed on it so that I can view changes and edits without making them live. I also want an easy way to be able to save changes and push them to the live website.

Can anyone point me in the right direction? Thank you.

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

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

发布评论

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

评论(1

感受沵的脚步 2024-12-05 18:18:45

如果您是该网站的唯一开发人员和测试人员,则只需安装WAMP (Windows)MAMP (MacOS),或 XAMPP 在您的开发机器上。然后,您将能够安装 OpenCart、编辑任何文件并使用浏览器执行测试并转到 http://localhost/

如果有许多开发人员,或者您需要其他位置的其他人可以访问开发环境,只需在现有域下设置一个子域(例如“dev.server.com”,其中生产站点是“server.com” ") 并将其安装在那里。 (如果您走这条路,我建议研究 HTACCESS 规则,以限制您自己和其他授权人员对开发环境的访问,而不是完全公开。)

If you are the only developer and tester of the site, then simply install WAMP (Windows), MAMP (MacOS), or XAMPP on your development machine. You will then be able to install OpenCart, edit any files, and perform testing using a browser and going to http://localhost/

If there are a number of developers, or you need the development environment to be accessible to other people in other locations, simply setup a subdomain under your existing domain (like "dev.server.com" where the production site is "server.com") and install it there. (If you go this route, I would suggest researching HTACCESS rules to limit access to the development environment to yourself and other authorised people, rather than making it completely public.)

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