vanilla-zh
  • 简介
  • 快速上手
    • Hello World
    • 如何调试
    • 如何新增一个Controller
    • 如何使用models/dao
    • 如何使用models/service
  • APIs
    • 配置
    • Bootstrap
    • Controllers
    • 模板引擎
    • 插件
    • 路由
    • 异常处理
    • 内建类
  • Libs
    • Cookie
  • 进阶
    • 页缓存
    • 面向对象
    • Vanilla 包开发
  • OpenResty
    • OR文档精炼
      • ngx.timer
      • ngx.config
      • coroutine
      • ngx.thread
  • ChangeLogs
    • vanilla-0.1.0.rc7
    • vanilla-0.1.0.rc6
    • vanilla-0.1.0.rc5
    • vanilla-0.1.0.rc4
    • vanilla-0.1.0.rc3
  • 杂项
    • Nginx执行阶段
    • GDB 调试 OpenResty
    • OpenResty 正则示例收集
    • 基于 OpenResty 安装 Luarocks
    • Vanilla集成的一些优秀第三方包
      • QCon 2015 Broken Performance Tools
  • Vanilla使用经验
    • 用户列表
Powered by GitBook
On this page
  • 香草/Vanilla
  • 邮件列表
  • 推荐始终使用最新版的Vanilla
  • 特性
  • 安装
  • 快速开始
  • 更多信息
  • 社区组织

Was this helpful?

简介

Next快速上手

Last updated 6 years ago

Was this helpful?

香草/Vanilla

香草/Vanilla是一个基于Openresty实现的高性能Web应用开发框架.

Vanilla

邮件列表

推荐始终使用最新版的Vanilla

当前Vanilla最新版本0.1.0.rc6,支持命令:

  • vanilla-0.1.0.rc6(你没看错,自0.1.0.rc5起,vanilla的命令行和框架代码都带着版本号,方便多版本共存,也方便框架升级)

  • v-console-0.1.0.rc6

特性

  • 提供很多优良组件诸如:bootstrap、 router、 controllers、 models、 views。

  • 强劲的插件体系。

  • 多 Application 部署。

  • 多版本框架共存,支持便捷的框架升级。

  • 一键 nginx 配置、 应用部署。

  • 便捷的服务批量管理。

  • 你只需关注自身业务逻辑。

安装

Vanilla-V0.1.0-rc4.1 或之前版本的 Vanilla 安装请参见 : README-V0.1.0-rc4.1.md

$ ./setup-framework -v $VANILLA_PROJ_ROOT -o $OPENRESTY_ROOT        #运行 ./setup-framework -h 查看更多参数细节

快速开始

部署你的第一个Vanilla Application

$ ./setup-vanilal-demoapp  [-a $VANILLA_APP_ROOT -u $VANILLA_APP_USER -g $VANILLA_APP_GROUP -e $VANILLA_RUNNING_ENV]    #运行 ./setup-vanilal-demoapp -h 查看更多参数细节

启动你的 Vanilla 服务

$ ./$VANILLA_APP_ROOT/va-appname-service start

更多信息

社区组织

QQ群&&微信公众号

  • Openresty/Vanilla 开发 1 群:205773855

  • Openresty/Vanilla 开发 2 群:419191655

  • Openresty 技术交流 1 群:34782325

  • Openresty 技术交流 2 群:481213820

  • Openresty 技术交流 3 群:124613000

  • Vanilla开发微信公众号:Vanilla-OpenResty(Vanilla相关资讯、文档推送)

vanilla-en

vanilla-devel

vanilla中文邮件列表

参见

vanilla-en@googlegroups.com
vanilla-devel@googlegroups.com
vanilla@googlegroups.com
文档
vanilla
QQ