A fresh new Symfony 6.4 LTS webapp project to manage Miguel Bustos website.
- Git 2.0+
- Make 3.0+
- Docker Compose 2.0+
$ git clone [email protected]:Flexible-User-Experience/miguel-bustos-cms.git miguel-bustos-cms
$ cd miguel-bustos-cms
$ make up
$ make install
$ make migrations
$ make fixtures
If it's necessary, remember to edit a .env.local
config file according to your needs as a developer.
$ make testing
Execute following link to be sure that php-cs-fixer will be applied automatically before every commit. Please, check https://github.com/FriendsOfPHP/PHP-CS-Fixer to install it globally (manual) in your system.
$ ln -s ../../scripts/githooks/pre-commit .git/hooks/pre-commit