transplanted mini_poem for irext

This commit is contained in:
2016-12-03 23:08:53 +08:00
parent f3675a8f11
commit 75d0e523cc
5 changed files with 133 additions and 4 deletions

View File

@@ -44,4 +44,13 @@ npm install nodemailer@0.7
echo "npm install node-mysql"
npm install mysql
echo "npm install redis"
npm install redis
echo "npm install done"
echo "create logging directory"
mkdir -p logs
mkdir -p logs/production
mkdir -p logs/dev
mkdir -p logs/user_debug