- Curl
- Composer
- PHP (At least 7.1)
git clone https://github.com/devlab-devinci/automatisation-contenu.git
composer install
- Change
.env
to connect database - Create database with this command
php bin/console doctrine:database:create
- Create schema columns with this command
php bin/console doctrine:schema:update --force
If you want to add fixtures, run this command : php bin/console doctrine:fixtures:load
(Optional : Add --append
at the end of the command line to not purge database)
php bin/console server:run
UPDATE 18/02/19
- yarn install
- yarn encore dev
- yarn encore dev --watch
/!\ create a "visual" file into your "public/uploads" file