-
Notifications
You must be signed in to change notification settings - Fork 0
linux007/server-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
可以按照以下步骤来部署和运行程序: 1.请确保机器linux@LinuxdeiMac.lan已经安装了Yaf框架, 并且已经加载入PHP; 2.把app目录Copy到Webserver的DocumentRoot目录下; 3.需要在php.ini里面启用如下配置,生产的代码才能正确运行: yaf.environ="product" 4.重启Webserver; 5.访问http://yourhost/app/,出现Hellow Word!, 表示运行成功,否则请查看php错误日志;