如何在 CD 上运行 xampp?
我有一个使用 apache、php 和 mysql 的产品目录。我需要把它放在 CD 上,这样就可以直接运行它。有哪些可能性?
I have a product catalog using apache, php and mysql. I need to put it on a CD, so it can be run from it direclty. What possibilities are there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在谷歌中找到了这个链接:
http://www.pendriveapps.com/xampp- portable-web-server/
或
http://www.apachefriends .org/f/viewtopic.php?p=89461
将 AMPstart.exe 放入 XAMPP(Lite) 文件夹中(无论是否有 AMPstart.ini)并启动它。
AMPstart.ini
AMPstart.ini 中的相对路径来自 AMPstart.ini 的位置。
AMPstart 作为系统托盘中的图标启动。它在 AMPstart.exe 的文件夹中找到 AMPstart.ini,然后在系统的每个驱动器(但网络驱动器)的根文件夹中找到 AMPstart.ini。加载 Web 服务器后,它会锁定 CD 门,启动您的主页(请参阅 AMPstart.ini)。
双击 AMPstart 的图标可关闭 Web 服务器并解锁驱动器。
下载:
http://download.yousendit.com/66CC92C372536A48
i found this links in google :
http://www.pendriveapps.com/xampp-portable-web-server/
or
http://www.apachefriends.org/f/viewtopic.php?p=89461
Put AMPstart.exe in the XAMPP(Lite) folder (with AMPstart.ini or not) and start it.
AMPstart.ini
The relative path in AMPstart.ini comes from the location of AMPstart.ini.
AMPstart starts as an icon in system tray. It finds AMPstart.ini at AMPstart.exe's folder, then root folder of every drive of your system (but network drive). After loading the web server, it locks CD door, starts your home page (see AMPstart.ini).
Double click on AMPstart's icon to shut down the web server and unlock the drive.
Download:
http://download.yousendit.com/66CC92C372536A48
我还发现了这个:
http://www.dwebpro.com/
看起来不错
I've also found this one:
http://www.dwebpro.com/
looks good