From 4a683b8601620c5c5dd454fe9ab9ce7d1c21a2a4 Mon Sep 17 00:00:00 2001 From: n08i40k Date: Thu, 13 Nov 2025 11:12:30 +0400 Subject: [PATCH] chore(readme): add missing steps to installation guide --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index defe3c5..c684bbe 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ ### Installations steps. 1. Install Docker (with Docker Compose) by [following guide](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository). -2. Copy .env.example to .env. -3. Replace environment variables in .env by your. Make sure that you are using PostgreSQL, not MySQL. -4. In `docker-compose.yml` modify public port (replace 80 by any port) if you need. -5. Run `mkdir uploads` if you don't have that directory in project root. -6. Run `docker compose up --build --detach`. -7. Try to open this url `http://[public ip or domain]:[public port specified in docker-compose.yml]/docs`. \ No newline at end of file +2. Clone this repository by running `git clone https://git.n08i40k.ru/n08i40k/aaaa aaaa`. +3. Go to project directory by running `cd aaaa`. +4. Copy `.env.example` to `.env`. +5. Replace environment variables in .env by your. Make sure that you are using PostgreSQL, not MySQL. +6. In `docker-compose.yml` modify public port (replace 80 by any port) if you need. +7. Run `mkdir uploads` if you don't have that directory in project root. +8. Run `docker compose up --build --detach`. +9. Try to open this url `http://[public ip or domain]:[public port specified in docker-compose.yml]/docs`. \ No newline at end of file