Browse Source
Merge pull request #876 from leehom0123/master
Edit readme.md, add hosts config
pull/914/head
yx lin
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
24 additions and
0 deletions
-
README.en.md
-
README.md
|
|
|
@ -12,6 +12,18 @@ This is a [vue-vben-admin](https://github.com/anncwb/vue-vben-admin) -based Abp |
|
|
|
|
|
|
|
## Quick Start |
|
|
|
|
|
|
|
### 0、Configurate hosts |
|
|
|
windows: modify C:\Windows\System32\drivers\etc\hosts ; |
|
|
|
linux: modify /etc/hosts; |
|
|
|
add config: |
|
|
|
``` |
|
|
|
127.0.0.1 host.docker.internal |
|
|
|
``` |
|
|
|
In linux, execute restart network command: |
|
|
|
```shell |
|
|
|
/etc/init.d/network restart |
|
|
|
``` |
|
|
|
|
|
|
|
### 1、Install cli |
|
|
|
|
|
|
|
```shell |
|
|
|
|
|
|
|
@ -14,6 +14,18 @@ |
|
|
|
|
|
|
|
## 快速搭建微服务启动项目 |
|
|
|
|
|
|
|
### 0、设置hosts文件 |
|
|
|
windows下,修改 C:\Windows\System32\drivers\etc\hosts 文件; |
|
|
|
linux下,修改 /etc/hosts; |
|
|
|
增加如下配置: |
|
|
|
``` |
|
|
|
127.0.0.1 host.docker.internal |
|
|
|
``` |
|
|
|
linux下,修改完hosts后需要重启网络,在shell中执行: |
|
|
|
```shell |
|
|
|
/etc/init.d/network restart |
|
|
|
``` |
|
|
|
|
|
|
|
### 1、安装dotnet工具 |
|
|
|
|
|
|
|
```shell |
|
|
|
|