mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-28 14:16:34 +08:00
Update quickstart (#12866)
### What problem does this PR solve? To notify developer use the correct release. ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@ -191,7 +191,12 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
|
||||
$ git checkout -f v0.23.1
|
||||
```
|
||||
|
||||
3. Use the pre-built Docker images and start up the server:
|
||||
3. Switch to current version:
|
||||
|
||||
```bash
|
||||
$ git checkout -f v0.23.1
|
||||
```
|
||||
4. Use the pre-built Docker images and start up the server:
|
||||
|
||||
```bash
|
||||
# Use CPU for DeepDoc tasks:
|
||||
@ -215,7 +220,7 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
|
||||
The image size shown refers to the size of the *downloaded* Docker image, which is compressed. When Docker runs the image, it unpacks it, resulting in significantly greater disk usage. A Docker image will expand to around 7 GB once unpacked.
|
||||
:::
|
||||
|
||||
4. Check the server status after having the server up and running:
|
||||
5. Check the server status after having the server up and running:
|
||||
|
||||
```bash
|
||||
$ docker logs -f docker-ragflow-cpu-1
|
||||
@ -237,7 +242,7 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
|
||||
If you skip this confirmation step and directly log in to RAGFlow, your browser may prompt a `network anomaly` error because, at that moment, your RAGFlow may not be fully initialized.
|
||||
:::
|
||||
|
||||
5. In your web browser, enter the IP address of your server and log in to RAGFlow.
|
||||
6. In your web browser, enter the IP address of your server and log in to RAGFlow.
|
||||
|
||||
:::caution WARNING
|
||||
With the default settings, you only need to enter `http://IP_OF_YOUR_MACHINE` (**sans** port number) as the default HTTP serving port `80` can be omitted when using the default configurations.
|
||||
|
||||
Reference in New Issue
Block a user