linux007 / server-app
swoole + yaf web framework
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Smarty
Type:project
Requires
- linux007/swoole-server: dev-master
- symfony/console: ^3.0
This package is not auto-updated.
Last update: 2025-05-10 02:37:15 UTC
README
可以按照以下步骤来部署和运行程序: 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错误日志;