808 B
808 B
AAAA - название лучше не придумал.
Installations steps.
- Install Docker (with Docker Compose) by following guide.
- Clone this repository by running
git clone https://git.n08i40k.ru/n08i40k/aaaa aaaa. - Go to project directory by running
cd aaaa. - Copy
.env.exampleto.env. - Replace environment variables in .env by your. Make sure that you are using PostgreSQL, not MySQL.
- In
docker-compose.ymlmodify public port (replace 80 by any port) if you need. - Run
mkdir uploadsif you don't have that directory in project root. - Run
docker compose up --build --detach. - Try to open this url
http://[public ip or domain]:[public port specified in docker-compose.yml]/docs.