如何在cd上运行xampp?

时间:2010-03-10 14:02:21

标签: php mysql apache cd

我有一个使用apache,php和mysql的产品目录。我需要把它放在CD上,所以它可以从它直接运行。有什么可能性?

2 个答案:

答案 0 :(得分:1)

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

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,然后在系统的每个驱动器(但是网络驱动器)中找到根文件夹。加载Web服务器后,它会锁定CD门,启动主页(参见AMPstart.ini)。

双击AMPstart的图标以关闭Web服务器并解锁驱动器。

下载: http://download.yousendit.com/66CC92C372536A48

答案 1 :(得分:1)

我也找到了这个:

http://www.dwebpro.com/

看起来不错