Skip to content

Commit

Permalink
Update docs and translate
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s authored and github-actions[bot] committed Jan 15, 2025
1 parent 8f5d44a commit 51e8c06
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 36 deletions.
18 changes: 18 additions & 0 deletions docs/zh-hk/faq/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 常見問題

---

## 安裝成功後報錯 `DNS Lookup resolve failed`

檢查 `.env` 文件中的 `mysql` `redis` 是否正確,能否正常連接

---

## 購買的插件無法使用

如果是付費插件請在QQ羣或微信羣聯繫管理員,提供訂單號,管理員會拉你進對應的插件售後羣

---



## 如何從 Swoole 切換到 Swow

::: warning
Expand All @@ -12,3 +28,5 @@ Swow 安裝請參考 [Swow 官方文檔](https://docs.toast.run/swow-blog/chs/in
2. copy 項目目錄下的 `.github/ci/hyperf.php` 覆蓋 `bin/hyperf.php`

重新啓動即可

---
25 changes: 7 additions & 18 deletions docs/zh-hk/guide/start/fast-install.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# 快速開始

`3.0` 版本起,前後端都放在了一個倉庫,所以我們推薦先安裝後端。前端源代碼將隨着後端
`web` 目錄一起下載到本地

## 下載代碼

### git
Expand All @@ -15,18 +12,9 @@
git clone https://github.com/mineadmin/MineAdmin.git
```

## 安裝系統並啓動

在上面章節我們進行了項目的代碼下載以及環境搭建的一些説明,接下來講述一下如何配置系統,並且啓動系統

::: warning

不管是哪種方式下載的系統代碼,都需要 copy 根目錄一份 `.env.example``.env`
並且配置好 env 中關於數據庫和 redis 的配置項。才能繼續進入下一步操作
下載成功後複製項目目錄下的 `.env.example` 文件為 `.env` 文件,並配置好數據庫和 redis 的配置項

:::

## 後端安裝
## 後端環境安裝

### Composer

Expand All @@ -36,15 +24,16 @@ git clone https://github.com/mineadmin/MineAdmin.git

如果選擇用 docker 開發,那麼還需要幾步進行環境的進一步搭建

```shell
docker-compose up -d
```

#### Docker-compose (推薦)

MineAdmin 已經準備好了完善的 `docker-compose.yml` 文件,
只需要在項目目錄中執行以下命令即可完成環境的搭建


```shell
docker-compose up -d
```

#### Docker Build

如果你想自建容器鏡像。那麼我們也為你準備好了一個 Dockerfile 文件。您只需要在項目目錄執行`打包鏡像` `運行容器` 以下命令即可完成環境的搭建
Expand Down
18 changes: 18 additions & 0 deletions docs/zh-tw/faq/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 常見問題

---

## 安裝成功後報錯 `DNS Lookup resolve failed`

檢查 `.env` 檔案中的 `mysql` `redis` 是否正確,能否正常連線

---

## 購買的外掛無法使用

如果是付費外掛請在QQ群或微信群聯絡管理員,提供訂單號,管理員會拉你進對應的外掛售後群

---



## 如何從 Swoole 切換到 Swow

::: warning
Expand All @@ -12,3 +28,5 @@ Swow 安裝請參考 [Swow 官方文件](https://docs.toast.run/swow-blog/chs/in
2. copy 專案目錄下的 `.github/ci/hyperf.php` 覆蓋 `bin/hyperf.php`

重新啟動即可

---
25 changes: 7 additions & 18 deletions docs/zh-tw/guide/start/fast-install.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# 快速開始

`3.0` 版本起,前後端都放在了一個倉庫,所以我們推薦先安裝後端。前端原始碼將隨著後端
`web` 目錄一起下載到本地

## 下載程式碼

### git
Expand All @@ -15,18 +12,9 @@
git clone https://github.com/mineadmin/MineAdmin.git
```

## 安裝系統並啟動

在上面章節我們進行了專案的程式碼下載以及環境搭建的一些說明,接下來講述一下如何配置系統,並且啟動系統

::: warning

不管是哪種方式下載的系統程式碼,都需要 copy 根目錄一份 `.env.example``.env`
並且配置好 env 中關於資料庫和 redis 的配置項。才能繼續進入下一步操作
下載成功後複製專案目錄下的 `.env.example` 檔案為 `.env` 檔案,並配置好資料庫和 redis 的配置項

:::

## 後端安裝
## 後端環境安裝

### Composer

Expand All @@ -36,15 +24,16 @@ git clone https://github.com/mineadmin/MineAdmin.git

如果選擇用 docker 開發,那麼還需要幾步進行環境的進一步搭建

```shell
docker-compose up -d
```

#### Docker-compose (推薦)

MineAdmin 已經準備好了完善的 `docker-compose.yml` 檔案,
只需要在專案目錄中執行以下命令即可完成環境的搭建


```shell
docker-compose up -d
```

#### Docker Build

如果你想自建容器映象。那麼我們也為你準備好了一個 Dockerfile 檔案。您只需要在專案目錄執行`打包映象` `執行容器` 以下命令即可完成環境的搭建
Expand Down

0 comments on commit 51e8c06

Please sign in to comment.