Format md

This commit is contained in:
rijkvanzanten
2020-12-01 16:52:51 -05:00
parent 30b4463057
commit 41a3ffcd00
58 changed files with 1416 additions and 980 deletions

View File

@@ -1,35 +1,37 @@
# Projects
> Every installation of Directus creates a single project. If you're unfamiliar with Directus Projects, please start by reading our [Platform Overview](#).
> Every installation of Directus creates a single project. If you're unfamiliar with Directus
> Projects, please start by reading our [Platform Overview](#).
## Creating a Project
To install Directus, choose one of the following methods.
* [Command Line Interface (CLI)](/guides/installation/cli.md)
* [Docker](/guides/installation/docker.md)
* [Manually](/guides/installation/manual.md)
- [Command Line Interface (CLI)](/guides/installation/cli.md)
- [Docker](/guides/installation/docker.md)
- [Manually](/guides/installation/manual.md)
### Deployment Guides
* [Amazon AWS](#)
* [DigitalOcean Droplet](#)
* [DigitalOcean One-Click](/guides/installation/digitalocean-one-click.md)
* [Google App Engine](#)
* [Heroku](/guides/installation/heroku.md)
* [Microsoft Azure](#)
- [Amazon AWS](#)
- [DigitalOcean Droplet](#)
- [DigitalOcean One-Click](/guides/installation/digitalocean-one-click.md)
- [Google App Engine](#)
- [Heroku](/guides/installation/heroku.md)
- [Microsoft Azure](#)
## Configuring a Project
All project configuration is handled by the `.env` file within the `/api` directory. This file accepts a number of environment variables, each is explained in the following reference:
All project configuration is handled by the `.env` file within the `/api` directory. This file
accepts a number of environment variables, each is explained in the following reference:
* [Environment Variables](#)
- [Environment Variables](#)
## Upgrading a Project
1. Backup your project
2. Run `npm update`
<!-- 3. Run `directus migrate:latest` to update the DB ——— @TODO finalize when CLI is finalized -->
<!-- 3. Run `directus migrate:latest` to update the DB ——— @TODO finalize when CLI is finalized -->
## Backing-up a Project
@@ -45,6 +47,6 @@ All project configuration is handled by the `.env` file within the `/api` direct
4. **Delete the project's root directory** from the server
5. **Delete all Directus system tables** (`directus_*`) from the database
::: Pure SQL
After completing this process, you will be left with a pure SQL database, with no trace that Directus was ever installed. Any external services connecting to your database's project tables directly (eg: SQL queries) should continue working normally.
:::
::: Pure SQL After completing this process, you will be left with a pure SQL database, with no trace
that Directus was ever installed. Any external services connecting to your database's project tables
directly (eg: SQL queries) should continue working normally. :::