From 665e49495ee8c04eb759640d812f0bc6dcc33f82 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:58:26 -0300 Subject: [PATCH] fix docs --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ae9301b..74ffbbc 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,19 @@ Dockerfile driven template project for building images and manage containers for * Integrated with CloudFlare API (automatic sub-domain handling) * Pure Docker instructions +## Requirements + +* Chevereto V4 license key (for paid edition) + * [Purchase](https://chevereto.com/pricing) new license + * [Access](https://chevereto.com/panel/license) existing purchase +* Server with + * Shell access + * `make`, `unzip`, `curl`, `jq` and `git` + * [Docker](https://docs.docker.com/) + * [Compose V2](https://docs.docker.com/compose/cli-command/) `docker compose` +* Hostname pointing to server +* See [CLOUDFLARE](./docs/CLOUDFLARE.md) when using CloudFlare + ## Quick-start Run the following command to install this project and all its dependencies in your brand new **Ubuntu 22.04** server. @@ -65,19 +78,6 @@ make destroy NAMESPACE={namespace} Replace `{namespace}` with the desired project name to destroy. -## Requirements - -* Chevereto V4 license key (for paid edition) - * [Purchase](https://chevereto.com/pricing) new license - * [Access](https://chevereto.com/panel/license) existing purchase -* Server with - * Shell access - * `make`, `unzip`, `curl`, `jq` and `git` - * [Docker](https://docs.docker.com/) - * [Compose V2](https://docs.docker.com/compose/cli-command/) `docker compose` -* Hostname pointing to server -* See [CLOUDFLARE](./docs/CLOUDFLARE.md) when using CloudFlare - ## Pure Docker Refer to [PURE-DOCKER](docs/PURE-DOCKER.md) for a complete pure Docker command reference.