将服务器操作系统 Windows XP 转换为 Ubuntu
之前我遇到过一些问题,无法使用纯 PHP 将之前在 Windows XP 中制作的 PHP 项目运行到 Ubuntu 服务器上。
如果我开始在 Windows XP 中使用 Zend Framework (PHP) 开发一个新项目,移植到 ubuntu 环境(以及 Windows 中的 mongodb 到 Ubuntu)是否会导致一些问题? 问题是不同的文件格式系统、文件权限、区分大小写(Ubuntu)或不敏感(Windows)问题。
我相信该框架将解决这两个操作系统之间的各种环境差异。 如果没有,我应该在 Ubuntu 上启动我的项目吗?
如果在 Ubuntu 上开发是最佳选择,那么使用 FTP 是更新代码的最佳方式吗? 通过“zf”命令运行 Zend 控制台怎么样?
我需要一些有关 Zend Framework 开发环境和专业知识的建议和建议。
Previously I had some problem that cannot run a PHP project previously made in Windows XP to Ubuntu server with plain PHP.
If I start working on a new project with Zend Framework (PHP) in Windows XP, does it cause some problem porting to ubuntu environment(Also mongodb in Windows to Ubuntu)?
Problems were different file format system, file privilege, case-sensitive(Ubuntu) or insensitive(Windows) issues.
I believe the Framework will take care of miscellaneous environment differences between those two operating systems.
If not, should I start my project on Ubuntu?
If developing on Ubuntu is the best choice, using FTP is the best way to update code?
What about running Zend console through "zf" commands?
I need some suggestion and advice on Zend Framework Development Environments and Know-Hows.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不是zend框架的基因。但我在 Windows 和 Linux 环境中都使用 zend 项目。
文件格式化在两个操作系统中都没有问题。因为 php、phtml、ini 等文件在两个系统中都可以工作。
在 Linux 中,您应该为您的项目授予 Web 用户读取权限。
I'm not genes in zend framework. But I use zend project in both Windows and Linux environment.
File formatting is not problem in both OS. Because php, phtml, ini etc.. file are working in both system.
In linux you should give read permission to web user for your project.