update 2016-11-11 b1
1. transplanted mini-poem baas framework to web-console 2. created npm install bshell script
This commit is contained in:
46
src/web_console/script_npm.sh
Normal file
46
src/web_console/script_npm.sh
Normal file
@@ -0,0 +1,46 @@
|
||||
# run this script before you setup the irext web console
|
||||
echo "running script of npm install needed by irext..."
|
||||
|
||||
echo "npm install express"
|
||||
npm install express
|
||||
|
||||
echo "npm install body-parser"
|
||||
npm install body-parser
|
||||
|
||||
echo "npm install method-override"
|
||||
npm install method-override
|
||||
|
||||
echo "npm install platform"
|
||||
npm install platform
|
||||
|
||||
echo "npm install ua-parser-js"
|
||||
npm install ua-parser-js
|
||||
|
||||
echo "npm install log4js"
|
||||
npm install log4js
|
||||
|
||||
echo "npm install formidable"
|
||||
npm install formidable
|
||||
|
||||
echo "npm install orm"
|
||||
npm install orm
|
||||
|
||||
echo "npm install python-shell"
|
||||
npm install python-shell
|
||||
|
||||
echo "npm install oss-client"
|
||||
npm install oss-client
|
||||
|
||||
echo "npm install request"
|
||||
npm install request
|
||||
|
||||
echo "npm install async"
|
||||
npm install async
|
||||
|
||||
echo "npm install aliyun-sdk"
|
||||
npm install aliyun-sdk
|
||||
|
||||
echo "npm install nodemailer"
|
||||
npm install nodemailer
|
||||
|
||||
echo "npm install done"
|
||||
Reference in New Issue
Block a user