mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:38:13 +00:00
feat: update docs
This commit is contained in:
parent
944f327212
commit
f6dad11441
@ -4,10 +4,10 @@
|
||||
|
||||
Make sure you have:
|
||||
|
||||
- Installed Node.js 14+, Yarn 1.22.x
|
||||
- Installed Node.js 16+, Yarn 1.22.x
|
||||
- Configured and started one of the required database SQLite 3.x, MySQL 8.x, PostgreSQL 10.x
|
||||
|
||||
Please make sure you have Node.js 14.x or above installed. You can download and install the latest LTS version from the official website. It is recommended to use nvm (or nvm-windows for Win systems) to manage Node.js versions if you plan to work with Node.js for a long time.
|
||||
Please make sure you have Node.js 16.x or above installed. You can download and install the latest LTS version from the official website. It is recommended to use nvm (or nvm-windows for Win systems) to manage Node.js versions if you plan to work with Node.js for a long time.
|
||||
|
||||
```bash
|
||||
$ node -v
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Make sure you have:
|
||||
|
||||
- Git, Node.js 14+, Yarn 1.22.x installed
|
||||
- Git, Node.js 16+, Yarn 1.22.x installed
|
||||
- Configured and started the required database SQLite 3.x, MySQL 8.x, PostgreSQL 10.x choose one
|
||||
|
||||
## 1. Download with Git
|
||||
|
@ -4,10 +4,10 @@
|
||||
|
||||
Aşağıdaki gereksinimlere sahip olduğunuza emin olun:
|
||||
|
||||
- Node.js 14+, Yarn 1.22.x kurulu olmalı
|
||||
- Node.js 16+, Yarn 1.22.x kurulu olmalı
|
||||
- SQLite 3.x, MySQL 8.x, PostgreSQL 10.x veritabanlarından birisinin kurulup yapılandırıldığı ve çalışır durumda olduğuna emin olun
|
||||
|
||||
Lütfen Node.js 14.x veya üstünün kurulu olduğundan emin olun. En son LTS sürümünü resmi web sitesinden indirebilir ve yükleyebilirsiniz. Node.js ile uzun süre çalışmayı planlıyorsanız, Node.js sürümlerini yönetmek için nvm (veya Win sistemleri için nvm-windows) kullanmanız önerilir.
|
||||
Lütfen Node.js 16.x veya üstünün kurulu olduğundan emin olun. En son LTS sürümünü resmi web sitesinden indirebilir ve yükleyebilirsiniz. Node.js ile uzun süre çalışmayı planlıyorsanız, Node.js sürümlerini yönetmek için nvm (veya Win sistemleri için nvm-windows) kullanmanız önerilir.
|
||||
|
||||
```bash
|
||||
$ node -v
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Aşağıdaki gereksinimlere sahip olduğunuza emin olun:
|
||||
|
||||
- Node.js 14+, Yarn 1.22.x kurulu olmalı
|
||||
- Node.js 16+, Yarn 1.22.x kurulu olmalı
|
||||
- SQLite 3.x, MySQL 8.x, PostgreSQL 10.x veritabanlarından birisinin kurulup yapılandırıldığı ve çalışır durumda olduğuna emin olun
|
||||
|
||||
## 1. Git ile indirin
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
请确保你已经:
|
||||
|
||||
- 安装了 Node.js 14+、Yarn 1.22.x
|
||||
- 安装了 Node.js 16+、Yarn 1.22.x
|
||||
- 配置并启动了所需数据库 SQLite 3.x、MySQL 8.x、PostgreSQL 10.x 任选其一
|
||||
|
||||
如果你没有安装 Node.js 可以从官网下载并安装最新的 LTS 版本。如果你打算长期与 Node.js 打交道,推荐使用 nvm(Win 系统可以使用 nvm-windows )来管理 Node.js 版本。
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
请确保你已经:
|
||||
|
||||
- 安装了 Git、Node.js 14+、Yarn 1.22.x
|
||||
- 安装了 Git、Node.js 16+、Yarn 1.22.x
|
||||
- 配置并启动了所需数据库 SQLite 3.x、MySQL 8.x、PostgreSQL 10.x 任选其一
|
||||
|
||||
## 1. 将 NocoBase 下载到本地
|
||||
|
Loading…
Reference in New Issue
Block a user