From 7665b2a0f89e0b31d565db34b9a1ceac719bfab8 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 13 Sep 2024 14:17:12 +0200 Subject: [PATCH] [call-me] - add missing --- README.md | 2 +- doc/self-hosting.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16978c0..c4907d8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This project allows you to: **[Install Node.js and npm](https://nodejs.org/en/download)** ```shell -# Copy the .env and edit if need +# Copy .env.template to .env and customize it according to your needs if needed cp .env.template .env # Install dependencies: diff --git a/doc/self-hosting.md b/doc/self-hosting.md index b25dc0f..c7bcb52 100644 --- a/doc/self-hosting.md +++ b/doc/self-hosting.md @@ -23,6 +23,9 @@ Install `NodeJS 18.X` and `npm` using [Node Version Manager](https://docs.mirota ## Quick start ```bash +# Copy .env.template to .env and customize it according to your needs if needed +$ cp .env.template .env + # Install dependencies $ npm install @@ -65,6 +68,9 @@ $ sudo apt install -y docker.io # Instal docker-compose $ sudo apt install -y docker-compose +# Copy .env.template to .env and customize it according to your needs if needed +$ cp .env.template .env + # Build the docker image $ docker build -t call/me . # --load