chore: update travis (#15)
alinode plugin for egg.
$ npm i egg-alinode
Enable this plugin
// config/plugin.js exports.alinode = { enable: true, package: 'egg-alinode', };
Add appid and secret from https://node.console.aliyun.com/
appid
secret
// config/config.default.js exports.alinode = { enable: true, appid: 'my app id', secret: 'my app secret', };
Start dispatch.js with NODE_LOG_DIR={logdir} and ENABLE_NODE_LOG=yes env:
NODE_LOG_DIR={logdir}
ENABLE_NODE_LOG=yes
$ ENABLE_NODE_LOG=yes NODE_LOG_DIR=/mylogdir/ alinode dispatch.js
If you use egg-scripts, the env is already set for you.
egg-scripts
$ egg-scripts start
Please open an issue here.
MIT
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
egg-alinode
alinode plugin for egg.
Install
Usage
Enable this plugin
Add
appidandsecretfrom https://node.console.aliyun.com/Start dispatch.js with
NODE_LOG_DIR={logdir}andENABLE_NODE_LOG=yesenv:Questions & Suggestions
Please open an issue here.
License
MIT