Test app
- git clone https://github.com/ScorpioT1000/systeme-test.git
- Install nginx + php 8.1 + php8.1-fpm + postgresql + node + npm
- Run
composer install
andnpm install
- Copy .env.dist as .env and configure the params
- Run
npm run dev
- Run
php bin/console doctrine:schema:update --force
- Run
php bin/console app:initialize-demo
to create demo data. You can also usephp bin/console app:drop-data
to clean db
- git clone https://github.com/ScorpioT1000/systeme-test.git
- Install nginx + php 8.1 + php8.1-fpm + postgresql + node + npm
- Run
composer install
andnpm install
- Copy .env.dist as .env and configure the params and set APP_ENV=prod
- Run
npm run build
- Run
php bin/console doctrine:schema:update --force
Grigory © [email protected]