From df2d4df94f71c5de040bcd0da32947105d1795ec Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:16:18 -0300 Subject: [PATCH] fix typos --- README.md | 15 ++++++++++----- docs/SETUP.md | 4 ++++ 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a711354..1b0137f 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,20 @@ Dockerfile driven template project for building and running container images for ## Quick setup -* Get Docker in your system - * [Docker for Desktop](https://docs.docker.com/get-docker/) - * [Docker Engine](https://docs.docker.com/engine/install/) (Servers) * Clone this repository [chevereto/docker](https://github.com/chevereto/docker) (see [SETUP](docs/SETUP.md#clone)) ```sh git clone https://github.com/chevereto/docker.git ``` +* Get Docker in your Ubuntu server + +```sh +make install-docker +``` + +You may also check [Docker for Desktop](https://docs.docker.com/get-docker/) and [Docker Engine](https://docs.docker.com/engine/install/) (servers) instructions + * Create Cron (see [SETUP](docs/SETUP.md#cron)) ```sh @@ -50,8 +55,7 @@ make proxy EMAIL_HTTPS=mail@yourdomain.tld ## Build Chevereto -* Create Chevereto image (see [SETUP](docs/SETUP.md#custom-application) for custom application) -* Requires license +* Create Chevereto image (see [SETUP](docs/SETUP.md#custom-application)) ```sh make image @@ -74,6 +78,7 @@ make up-d NAMESPACE=yourproject ## Documentation * [SETUP](./docs/SETUP.md) +* [NAMESPACE](docs/NAMESPACE.md) * [BUILDING](./docs/BUILDING.md) * [DOCKER-COMPOSE](./docs/DOCKER-COMPOSE.md) * [VOLUMES](./docs/VOLUMES.md) diff --git a/docs/SETUP.md b/docs/SETUP.md index e9b9665..ffed17b 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -10,7 +10,11 @@ git clone https://github.com/chevereto/docker.git ## Cron +Setup Cron for all instances: +```sh +make cron +``` ## Custom application