可以使用 XAMPP 在带有 USB 的 Windows/Mac/*nix 上运行站点
似乎可以使用 XAMPP 在 USB 记忆棒上运行 Web 服务器,但这可以在 Windows、Mac 和 Linux 上运行吗?我想运行一个可以跨平台使用的 PHP/MySQL 演示站点。任何建议表示赞赏!
it seems that it's possible to run a web server on a USB stick using XAMPP, but would this work on Windows, Mac and Linux? I want to run a PHP/MySQL demo site which can be used cross platform. Any advice appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
XAMPP 是一个 Windows 编译的应用程序
除非您使用模拟器,否则您可能很难让它在 Linux 或 Mac 上运行
考虑为每个操作系统使用不同的便携式网络服务器
XAMPP is a windows compiled application
Unless you use an emulator you might struggle to get it working on linux or mac
Consider a diffrent portable webserver for each OS
XAMPP 是一个跨平台(因此称为“X”)、Apache MySQL PHP 和 Perl 应用程序。虽然应用程序在 Windows、Linux 和 Mac 上运行,但每个安装都是给定平台的一组不同的二进制文件。虽然有一个 Windows 版本可以从 U 盘上的相对路径运行;目前不存在适用于 Mac 或 Linux 的此类版本。更高版本操作系统的安装位置必须位于系统硬盘上的 /Applications/XAMPP(在 Mac 上)。
XAMPP is a cross platform (hence the 'X'), Apache MySQL PHP and Perl application. While the application runs on Windows, Linux and Mac, each installation is a different set of binary files for the given platform. While there is a Windows version that can run a from a relative path on a USB stick; no such version exists for Mac or Linux at this time. The installation location for the later operating systems must be on the system's hard drive at /Applications/XAMPP on Mac.