1 Star 0 Fork 386

咻咻咻/ddrun

forked from landalfyao/ddrun 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
init.js 348 Bytes
Copy Edit Raw Blame History
Landalf authored 2022-08-25 17:15 . feat: 新增shell脚本安装
const {
initConfig,
initMysql,
initAdminConfig,
initNginx,
initMiniappConfig,
initCert,
execServer,
execAdmin,
} = require("./buildconfig");
const init = async () => {
initConfig();
await initMysql();
await execServer();
initAdminConfig();
await execAdmin();
initNginx();
initMiniappConfig();
initCert();
};
init();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/likangle/ddrun.git
git@gitee.com:likangle/ddrun.git
likangle
ddrun
ddrun
master

Search

23e8dbc6 1850385 7e0993f3 1850385