Openresty+YII2.0下开发RestfulAPI系列4:vanilla香草框架简介

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Openresty+YII2.0下开发RestfulAPI系列4:vanilla香草框架简介相关的知识,希望对你有一定的参考价值。

1. 安装

 压缩包在https://github.com/idevz/vanilla下载。

 把解压后的文件 /vanilla-master 放到 /opt/目录。并修改整个文件夹的属性:

chmod R 755 vanilla-master

 

./configure --prefix=/opt/vanilla --openresty-path=/opt/openresty

make install

 

2. vanilla的使用

 创建application框架

cd vanilla

/opt/vanilla目录下执行:vanilla new app_name,比如vanilla new test

 启动vanilla

vanilla start --trace

技术分享

3. 访问web程序

因为Vanilla app in development was successfully started on port 9110. 所以访问web的端口号是9110

比如:http://192.168.2.200:9110/

技术分享

vanilla中文手册

https://idevz.gitbooks.io/vanilla-zh/content/overview.html


本文出自 “编程艺术” 博客,请务必保留此出处http://itsart.blog.51cto.com/1005243/1785282

以上是关于Openresty+YII2.0下开发RestfulAPI系列4:vanilla香草框架简介的主要内容,如果未能解决你的问题,请参考以下文章

Openresty+YII2.0下开发高性能RestfulAPI系列3:开发基于php的restfulAPI

Windows下安装yii2.0

win7下搭建openresty开发环境

如何使用yii2开发

Yii2.0 常用的变量方法函数

高可用高性能yii2.0