10 lines
665 B
Markdown
10 lines
665 B
Markdown
# AAAA - название лучше не придумал.
|
|
|
|
### 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`. |