Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 849 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 849 Bytes

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