Fix admin guide composer section

This commit is contained in:
Ernest Wiśniewski 2023-06-12 15:25:54 +02:00
parent a9830874a4
commit 71f3a9c908
2 changed files with 9 additions and 3 deletions

View file

@ -15,7 +15,7 @@
# kbin variables
#SERVER_NAME="instance-domain.com" # production
SERVER_NAME="kbin.localhost, caddy:80"
SERVER_NAME="kbin.localhost, caddy:80" # Docker
KBIN_DOMAIN=kbin.localhost
KBIN_TITLE=/kbin
KBIN_DEFAULT_LANG=en
@ -52,7 +52,7 @@ OAUTH_GITHUB_ID=
OAUTH_GITHUB_SECRET=
###> symfony/framework-bundle ###
APP_ENV=dev
APP_ENV=prod
APP_SECRET=427f5e2940e5b2472c1b44b2d06e0525
###< symfony/framework-bundle ###

View file

@ -7,7 +7,7 @@ in the early stages of development and is currently intended for smaller instanc
If you would like to support the project, you can register using the
following [affiliate link](https://hetzner.cloud/?ref=8tSPCw0qqIwl).
The VPS is running Debian 11. Redis is used for caching, so it is recommended to have at least 2 CPUs (>2.6 GHz) and 4GB
The VPS is running Debian 11 / Ubuntu 22.04. Redis is used for caching, so it is recommended to have at least 2 CPUs (>2.6 GHz) and 4GB
of RAM. Filesystem cache can be used too, but it causes significant performance issues under high traffic.
---
@ -92,6 +92,7 @@ Composer:
# developer mode
$ composer install
# prod mode:
$ composer dump-env prod
$ composer install --prefer-dist --no-dev --no-autoloader --no-scripts --no-progress
$ composer clear-cache
@ -378,6 +379,8 @@ $ docker exec -it container_id pg_dump -U kbin kbin > dump.sql
$ docker compose exec -T database psql -U kbin kbin < dump.sql
```
---
### Install without Docker
References:
@ -388,6 +391,8 @@ References:
- [https://symfony.com/doc/current/messenger.html#deploying-to-production](https://symfony.com/doc/current/messenger.html#deploying-to-production)
- [https://codingstories.net/how-to/how-to-install-and-use-mercure/](https://codingstories.net/how-to/how-to-install-and-use-mercure/)
---
### S3 Images storage (optional)
.env
@ -424,6 +429,7 @@ oneup_flysystem:
```yaml
// todo thumbnails
```
---
### Performence