# Yaf **Repository Path**: bjphpzx/yaf ## Basic Information - **Project Name**: Yaf - **Description**: 使用yaf框架完成用户登录;用户注册;文章列表;文章增加;文章修改;文章删除;短信发送;Push消息API;微信支付,IP地址API - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-30 - **Last Updated**: 2024-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 可以按照以下步骤来部署和运行程序: 1.请确保机器root@c8dd2b96d21b已经安装了Yaf框架, 并且已经加载入PHP; 2.把imooc目录Copy到Webserver的DocumentRoot目录下; 3.需要在php.ini里面启用如下配置,生产的代码才能正确运行: yaf.environ="product" 4.重启Webserver; 5.访问http://yourhost/imooc/,出现Hellow Word!, 表示运行成功,否则请查看php错误日志;