+ copy the source code of amp.
+ copy the readme.txt.
This commit is contained in:
@@ -33,7 +33,7 @@ $file->removeDir('./xampp/security');
|
||||
$file->removeDir('./xampp/src');
|
||||
$file->batchRemoveFile('./xampp/tmp/*');
|
||||
$file->removeDir('./xampp/webdav');
|
||||
$file->removeDir('./xampp/setup_xampp.bat');
|
||||
$file->removeFile('./xampp/setup_xampp.bat');
|
||||
$file->batchRemoveFile('./xampp/*.txt');
|
||||
|
||||
/* Process apache module. */
|
||||
@@ -319,3 +319,8 @@ $file->copyFile($buildDir . '/apache_installservice.bat', './xampp/apache_inst
|
||||
$file->copyFile($buildDir . '/apache_uninstallservice.bat', './xampp/apache_uninstallservice.bat');
|
||||
$file->copyFile($buildDir . '/mysql_installservice.bat', './xampp/mysql_installservice.bat');
|
||||
$file->copyFile($buildDir . '/mysql_uninstallserivice.bat', './xampp/mysql_uninstallservice.bat');
|
||||
|
||||
/* Copy the src of control panel and readme files. */
|
||||
$file->mkdir('./xampp/source');
|
||||
$file->copyDir($buildDir . "/src/xampp-usb-lite/", './xampp/source/zentaoamp');
|
||||
$file->copyFile($buildDir . "/readme.txt", './xampp/readme.txt');
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
为了保证您的正常使用,请在运行之前仔细阅读下面的说明:
|
||||
|
||||
1. 该一键安装包必须部署在某一个盘符的根目录下面,比如c:\xampp或者d:\xampp都是可以的。
|
||||
2. 不要改动xampp的目录名,否则程序运行会有问题。
|
||||
3. zentaoamp-control-cn.exe是该一键安装包的中文控制面板,zentaoamp-control-en.exe是英文控制面板。可以通过该面板启动或者停止apache, mysql。
|
||||
4. 如果无法启动apache,检查端口号是否冲突。如果端口冲突,可以考虑运行88端口。如果确认不是端口冲突且无法启动,请考虑安装vc运行环境:
|
||||
32位系统下载:http://www.microsoft.com/downloads/details.aspx?FamilyID=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF
|
||||
64位系统下载:http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=15336
|
||||
5. 如果无法启动mysql,检查端口号是否冲突。如果冲突,可以考虑运行3308端口。
|
||||
6. 禅道系统默认的管理员帐号是admin,密码是123456。
|
||||
7. 数据库默认的密码是root,密码为空。
|
||||
8. 如果想开机自动运行,可以通过控制面板,将mysql和apache安装为服务,服务名为apachezt, mysqlzt。
|
||||
|
||||
详细的介绍,请访问:http://www.zentao.net/help-read-79597.html
|
||||
Reference in New Issue
Block a user