diff --git a/docs/apps/nodebb.md b/docs/apps/nodebb.md index 9318ebf9..a3d2132e 100644 --- a/docs/apps/nodebb.md +++ b/docs/apps/nodebb.md @@ -2,9 +2,9 @@ title: NodeBB slug: /nodebb tags: - - Web 面板 - - 可视化 - - GUI + - 论坛软件 + - 社区管理 + - NodeBB --- import Meta from './_include/nodebb.md'; @@ -15,29 +15,28 @@ import Meta from './_include/nodebb.md'; ### 初始化{#wizard} -Websoft9 控制台安装 NodeBB 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。 +1. Websoft9 控制台安装 NodeBB 后,通过 **我的应用** 查看应用详情: -### 登录后台{#console} + - 在 **访问** 标签页中获取访问 URL + - 在 **容器** 标签页中获取主容器名 + - 在 **数据库** 标签页中获取内网主机和密码 -Websoft9 控制台安装 NodeBB 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。 +2. 本地浏览器访问 URL,根据提示填写初始化内容,其中数据库的配置如下: + + - **Database Type**:Postgresql + - **Host IP or address of your PostgreSQL instance**:1中获取的内网主机 + - **Host port of your PostgreSQL instance**:5432 + - **PostgreSQL username**:nodebb + - **Password of your PostgreSQL database**:1中获取的密码 + - **PostgreSQL database name**:nodebb + - **Enable SSL for PostgreSQL database access**:false -### 安装插件{#plugin} +3. 点击 **Install NodeBB**,等待几分钟安装完成即可使用 -## 配置选项{#configs} - -- CLI -- 多语言(√) -- SMTP(√) -- 插件市场(√) -## 管理维护{#administrator} -- **重置管理员密码** -- **更换 URL** -- **HTTPS 额外设置** -- **在线备份** -- **在线升级** +## 配置选项{#configs} -## 故障 +## 管理维护{#administrator} -#### 更改域名导致无法访问 ? \ No newline at end of file +## 故障 \ No newline at end of file diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/nodebb.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/nodebb.md index 1ee4c3f9..ec0ee503 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/apps/nodebb.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/nodebb.md @@ -2,8 +2,9 @@ title: NodeBB slug: /nodebb tags: - - console - - other + - Forum Software + - Community Management + - NodeBB --- import Meta from './_include/nodebb.md'; @@ -14,30 +15,26 @@ import Meta from './_include/nodebb.md'; ### Initial setup{#wizard} -1. When completed installation of NodeBB at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps** +1. When completed installation of NodeBB at **Websoft9 Console**, get the applicaiton's information from **My Apps**: -2. Complete the install wizard step by step + - Get the access URL in the **Access** tab + - Get the main container name in the **Container** tab + - Get the Intranet Host and password in the **Database** tab -### Login verification{#verification} +2. Local browser to access the URL, according to the prompts to fill in the initialization content, in which the database configuration is as follows: + + - **Database Type**: Postgresql + - **Host IP or address of your PostgreSQL instance**: the Intranet Host obtained in 1. + - **Host port of your PostgreSQL instance**: 5432 + - **PostgreSQL username**: nodebb + - **Password of your PostgreSQL database**: The password obtained in 1. + - **PostgreSQL database name**: nodebb + - **Enable SSL for PostgreSQL database access**: false -1. Completed installation NodeBB at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps** - -2. Starting to verify it +3. Click **Install NodeBB** and wait a few minutes for the installation to complete. ## Configuration options{#configs} -- CLI -- Multilingual (√) -- SMTP (√) - ## Administer{#administrator} -- **Password recover** -- **Change URL** -- **HTTPS** -- **Online backup** -- **Online upgrade** - ## Troubleshooting{#troubleshooting} - -#### 502 failed code? \ No newline at end of file