-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
54 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# bedrock-console | ||
|
||
## 运行 | ||
``` | ||
// 1. clone项目 | ||
git clone https://github.com/LomotHo/bedrock-console.git && cd bedrock-console | ||
// 2. 创建bedrock文件夹,解压服务端程序到bedrock | ||
mkdir bedrock && unzip bedrock-server-1.xx.xx.xx.zip | ||
// 3.运行(要先安装nodejs) | ||
node app.js | ||
``` | ||
|
||
## 配置 | ||
#### 配置文件是config/index.js,当前可用项目: | ||
- localPort: 控制台网页端口 | ||
- password: 控制台密码 | ||
|
||
## 使用 | ||
|
||
默认登录页面为:http://192.168.8.250:3000/index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
var config = { | ||
"localPort": 3000, | ||
"password": "1234567890", | ||
"apiPrefix": "/api/v1" | ||
}; | ||
|
||
module.exports = config; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# bedrock-console | ||
|
||
## 运行 | ||
``` | ||
// 1. clone项目 | ||
git clone https://github.com/LomotHo/bedrock-console.git && cd bedrock-console | ||
// 2. 创建bedrock文件夹,解压服务端程序到bedrock | ||
mkdir bedrock && unzip bedrock-server-1.xx.xx.xx.zip | ||
// 3.运行(要先安装nodejs) | ||
node app.js | ||
``` | ||
|
||
## 配置 | ||
#### 配置文件是config/index.js,当前可用项目: | ||
- localPort: 控制台网页端口 | ||
- password: 控制台密码 | ||
|
||
## 使用 | ||
|
||
默认登录页面为:http://192.168.8.250:3000/index.html |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters