mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-22 06:00:00 +08:00
Update README (#1101)
### What problem does this PR solve? Update README for build from source. ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
parent
706985c188
commit
267d6b28be
@ -297,7 +297,7 @@ To launch the service from source:
|
|||||||
$ cd web
|
$ cd web
|
||||||
$ npm install --registry=https://registry.npmmirror.com --force
|
$ npm install --registry=https://registry.npmmirror.com --force
|
||||||
$ vim .umirc.ts
|
$ vim .umirc.ts
|
||||||
# Update proxy.target to 127.0.0.1:9380
|
# Update proxy.target to http://127.0.0.1:9380
|
||||||
$ npm run dev
|
$ npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -266,7 +266,7 @@ $ bash ./entrypoint.sh
|
|||||||
$ cd web
|
$ cd web
|
||||||
$ npm install --registry=https://registry.npmmirror.com --force
|
$ npm install --registry=https://registry.npmmirror.com --force
|
||||||
$ vim .umirc.ts
|
$ vim .umirc.ts
|
||||||
# 修改proxy.target为127.0.0.1:9380
|
# 修改proxy.target为http://127.0.0.1:9380
|
||||||
$ npm run dev
|
$ npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user