# 安装

> Source: https://strapi.nodejs.cn/cms/installation

🌐 Installation

Strapi 项目可以通过 CLI 在本地安装，或在 Docker 容器中运行，用于开发和生产环境。

🌐 Strapi projects can be installed locally via CLI or run in Docker containers for development and production.

Strapi 项目可以安装在本地计算机或远程服务器上。以下安装指南提供了在本地机器上安装和创建新 Strapi 项目的逐步说明：

🌐 Strapi projects can be installed either locally on a computer or on a remote server. The following installation guide provides step-by-step instructions on how to install and create a new Strapi project on your local machine:

- [命令行接口](/cms/installation/cli): 使用命令行在本地机器上创建一个项目。

如果你已经在本地机器上有一个现有的 Strapi 项目，下面的指南将介绍如何在 Docker 容器中运行它用于开发和生产：

🌐 If you already have an existing Strapi project on your local machine, the following guide covers running it in Docker containers for development and production:

- [Docker](/cms/installation/docker): 在 Docker 中构建并运行 Strapi 项目以进行开发和生产。
