fix(docs): update installation commands for composer and translate script
This commit is contained in:
@@ -24,6 +24,7 @@ git clone https://github.com/infosave2007/amneziavpnphp.git
|
|||||||
cd amneziavpnphp
|
cd amneziavpnphp
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
docker compose exec web composer install
|
||||||
```
|
```
|
||||||
|
|
||||||
Access: http://localhost:8082
|
Access: http://localhost:8082
|
||||||
@@ -112,7 +113,7 @@ DELETE /api/clients/{id}/delete - Delete client by ID
|
|||||||
|
|
||||||
Add OpenRouter API key in Settings, then run:
|
Add OpenRouter API key in Settings, then run:
|
||||||
```bash
|
```bash
|
||||||
docker compose exec app php bin/translate_all.php
|
docker compose exec web php bin/translate_all.php
|
||||||
```
|
```
|
||||||
|
|
||||||
Or translate via web interface: Settings → Auto-translate
|
Or translate via web interface: Settings → Auto-translate
|
||||||
|
|||||||
Reference in New Issue
Block a user