Browse Source

readme file add hosts config

pull/876/head
李宏 2 years ago
parent
commit
facebc4a8b
  1. 12
      README.en.md
  2. 12
      README.md

12
README.en.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

12
README.md

@ -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

Loading…
Cancel
Save