-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
安装流程 #1
Comments
好的,晚上我整理下,放到readme上
…------------------ 原始邮件 ------------------
发件人: "lcwxz1989"<[email protected]>;
发送时间: 2019年10月10日(星期四) 晚上6:57
收件人: "tinyshu/ddz_game"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: [tinyshu/ddz_game] 安装流程 (#1)
你好,感觉很不错的项目。只是对node.js不了解的不是特别友好。是否可以给出简单的部署步骤,剩下的可以自己去搜索。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
1.新建一个数据库名字ddz,导入帐号表,sql文件在ddz_server_node/sql下
2.在服务器ddz_server_node增加配置db_config.js文件(这个配置没放到github因为里面记录了我的公网数据库信息)
内容如下
exports.dbconfig = {
"host": "db的ip",
"port": db端口,
"user": "db账号",
"password": "db的密码",
"database": "db名称"
};
3.保证测试机器上安装了node.js和nmp
4.在命令行控制台cd到ddz_server_node目录下
5.然后在控制台执行 nmp start 服务就启动了
…------------------ 原始邮件 ------------------
发件人: "lcwxz1989"<[email protected]>;
发送时间: 2019年10月10日(星期四) 晚上6:57
收件人: "tinyshu/ddz_game"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: [tinyshu/ddz_game] 安装流程 (#1)
你好,感觉很不错的项目。只是对node.js不了解的不是特别友好。是否可以给出简单的部署步骤,剩下的可以自己去搜索。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
你好,是nmp还是npm呀? |
可能是mmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你好,感觉很不错的项目。只是对node.js不了解的不是特别友好。是否可以给出简单的部署步骤,剩下的可以自己去搜索。
The text was updated successfully, but these errors were encountered: