You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2019. It is now read-only.
环境:Centos 7.4 x64 ,MySQL 5.7.21 Node.js 8.9.4
1、初始化数据库init-db.js;
SQL语句需要更改
原:
let cmd =
mysql -h ${DB_HOST} -u root --password=${info.rootPassword} -e "CREATE DATABASE ${DATABASE};";
其中--password=${info.rootPassword} 修改为: --password='${info.rootPassword}'
不然密码会报错;
// 先去www目录执行 npm install 不然报错
需要全局安装 gulp fab
npm install --global gulp
npm install --global fab
然后修改release_sample.sh 注释掉里面的host
sh release_sample.sh
The text was updated successfully, but these errors were encountered: