如何在 CD 上运行 xampp?

发布于 2024-08-24 04:59:18 字数 70 浏览 4 评论 0原文

我有一个使用 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 技术交流群。

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

发布评论

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

评论(2

|煩躁 2024-08-31 04:59:18

我在谷歌中找到了这个链接:

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

;--- start of ini file ---
[database]
overwrite= ;''=do nothing; 1=overwrite; 0=copy; 
folder=copy\DB\to ;use only when overwrite=0 or 1

[website]
website=test ;htdocs\test
startup= ;index.php as default

[cd]
eject= ;1=eject CD door when shut down
;--- end of ini file ---

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

;--- start of ini file ---
[database]
overwrite= ;''=do nothing; 1=overwrite; 0=copy; 
folder=copy\DB\to ;use only when overwrite=0 or 1

[website]
website=test ;htdocs\test
startup= ;index.php as default

[cd]
eject= ;1=eject CD door when shut down
;--- end of ini file ---

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

放手` 2024-08-31 04:59:18

我还发现了这个:

http://www.dwebpro.com/

看起来不错

I've also found this one:

http://www.dwebpro.com/

looks good

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