Skip to content

devlab-devinci/automatisation-contenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7af3660 · Mar 3, 2019

History

36 Commits
Feb 18, 2019
Dec 4, 2018
Feb 17, 2019
Mar 3, 2019
Feb 20, 2019
Mar 3, 2019
Dec 4, 2018
Dec 4, 2018
Mar 3, 2019
Mar 3, 2019
Feb 19, 2019
Feb 17, 2019
Feb 17, 2019
Feb 18, 2019
Feb 18, 2019
Dec 4, 2018
Feb 17, 2019
Feb 17, 2019
Feb 17, 2019

Repository files navigation

automatisation-contenu

Dependencies

  • Curl
  • Composer
  • PHP (At least 7.1)

Install the project

  • git clone https://github.com/devlab-devinci/automatisation-contenu.git
  • composer install

Configure

  • 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

Note for Developers only

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)

Run the project

  • php bin/console server:run

UPDATE 18/02/19

Yarn

  • yarn install
  • yarn encore dev

Compiler Scss

  • yarn encore dev --watch

/!\ create a "visual" file into your "public/uploads" file