Skip to content

Commit 4b1e4af

Browse files
committed
format words
1 parent 8a4ea3a commit 4b1e4af

File tree

2 files changed

+10
-29
lines changed

2 files changed

+10
-29
lines changed

Diff for: docs/02-Getting Started/01-Installation.md

+5-29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
slug: /getting-started/installation
33
---
44

5+
# Installation
6+
7+
## Start Answer
8+
59
import Tabs from '@theme/Tabs';
610
import TabItem from '@theme/TabItem';
711

@@ -11,7 +15,6 @@ import TabItem from '@theme/TabItem';
1115
We recommend using Docker Compose to run Answer. This is the easiest way to get started with Answer.
1216

1317
:::tip
14-
1518
If you are using [Docker Desktop](https://www.docker.com/products/docker-desktop) on Windows or Mac, docker-compose is already included. If you are using Linux, you will need to install docker-compose separately.
1619
:::
1720

@@ -30,32 +33,5 @@ The default port for Answer is `9080`. You can access it at <http://localhost:90
3033
</TabItem>
3134
</Tabs>
3235

33-
# Installation
34-
35-
:::tip
36-
37-
We highly recommend that you use docker-compose to quickly get started with this application.
38-
39-
:::
40-
41-
## Running with docker-compose
42-
43-
```bash
44-
$ mkdir answer && cd answer
45-
$ wget https://raw.githubusercontent.com/answerdev/answer/main/docker-compose.yaml
46-
$ docker-compose up
47-
```
48-
49-
:::note
50-
51-
Different devices have different startup times. Please wait patiently for the application to start.
52-
53-
:::
54-
55-
## Usage
56-
57-
Open browser to the URL [http://127.0.0.1:9080/](http://127.0.0.1:9080/), where you should see the webpage shown below.
58-
59-
![login](/img/login.png)
6036

61-
You can log in with the default administrator username (**`[email protected]`**) and password (**`admin`**).
37+
## Configuration

Diff for: docs/02-Getting Started/02-upgrade.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
slug: /getting-started/upgrade
3+
---
4+
5+
# Upgrade

0 commit comments

Comments
 (0)