-
Notifications
You must be signed in to change notification settings - Fork 3
Install
d47081 edited this page Oct 19, 2023
·
2 revisions
symfony check:requirements
Install stable release
composer create-project yggverse/yggtracker
Latest codebase available in repository
git clone https://github.com/YGGverse/YGGtracker.git
cd YGGtracker
composer update
symfony server:start
New installation
php bin/console doctrine:schema:update --force
Existing DB upgrade
php bin/console doctrine:migrations:migrate