Files
directus/docs/getting-started/installation.md
Rijk van Zanten 5450de0351 Update Docs (#3905)
* Allow formatted value display for numbers

* Move the docs website into monorepo

* Fix build

* Tweak docs build setup

* Fix tips, pull in images

* Add syntax highlighting to docs

* Restructure nav, add divider

* Fix tips formatting

* Add prettier config

* Add editorconfig
2021-02-02 11:55:04 -05:00

35 lines
1023 B
Markdown

# Installation
Directus can be installed in many different ways, on several different stacks. While our CLI is the easiest method, feel
free to use whichever option best suits your needs.
- [Command Line Interface (CLI)](/guides/installation/cli)
- [Docker](/guides/installation/docker)
- [Manually](/guides/installation/manual)
::: tip Development Environment
To work on the project's source code, please follow our [Contributing Guide](/getting-started/contributing).
:::
## Deployment Guides
- [Amazon AWS](/guides/installation/aws)
- [DigitalOcean App Platform](/guides/installation/digitalocean-app-platform)
## One-Click Install Guides
- [Platform.sh](/guides/installation/platformsh-one-click)
<!--
@TODO
- [Google App Engine](/guides/installation/google-app-engine)
- [One-Clicks](/guides/installation/one-clicks) (heroku / do / platform sh / etc)
- [Microsoft Azure](/guides/installation/microsoft-azure) -->
## Optional Setup Guides
- [Caddy](/guides/setup/caddy)
- [Nginx](/guides/setup/nginx)