Sha256: 54e192de551e9c1e9ccc70a11565bf8fc591958d9db5b1de268e2bb3ead0a71d

Contents?: true

Size: 523 Bytes

Versions: 1

Compression:

Stored size: 523 Bytes

Contents

微信公众平台后台框架
========
## Ruby version:
**ruby-2.0.0-p247**

可以使用[rvm](http://rvm.io)安装:

	rvm install ruby-2.0.0-p247

## 如何定制
* 启动
 
		git clone https://github.com/charleyw/weixin-sinatra.git
		bundle install
		rake dev:start 
* 所有的业务逻辑可以查看`lib/wei_xin_request_handler`		

访问`http://localhost:9393?echostr=test`,页面会显示**echostr**的值

## 如何部署
	git clone https://github.com/charleyw/weixin-sinatra.git
	bundle install
	rake prod:start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wei-backend-0.0.1 README.md