Skip to content

Commit

Permalink
update install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
berkut1 committed Jun 11, 2024
1 parent 23b2cb5 commit bbe482a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ Installation
apache or nginx (https://symfony.com/doc/6.4/setup/web_server_configuration.html#nginx)
- `sudo apt install php8.3-soap php8.3-xml php8.3-mbstring php8.3-intl` - php libs
- `git clone --branch builded https://github.com/berkut1/scpm.git`
- `composer dump-env prod` after in the file .env.local.php update APP_SECRET, DATABASE_URL and JWT_PASSPHRASE variables
- `composer install`
- `composer dump-env prod` after in the file .env.local.php update APP_SECRET, DATABASE_URL and JWT_PASSPHRASE variables
- `composer install --no-dev --optimize-autoloader`
- `php bin/console asset-map:compile`
- `APP_ENV=prod APP_DEBUG=0 php bin/console cache:clear`

More information here - https://symfony.com/doc/6.4/deployment.html
Expand Down

0 comments on commit bbe482a

Please sign in to comment.