Skip to content

Commit

Permalink
Merge pull request #876 from leehom0123/master
Browse files Browse the repository at this point in the history
Edit readme.md, add hosts config
  • Loading branch information
colinin authored Sep 19, 2023
2 parents 90d9de6 + cf19057 commit c775e53
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c775e53

Please sign in to comment.