# Installation

> Source: https://docs.strapi.io/cms/installation

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

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:

- [CLI](/cms/installation/cli): Create a project on your local machine using the CLI.

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): Build and run a Strapi project in Docker for development and production.
