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