Commit f8bc4b80 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Script install.sh

parent d13d90b2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

CURDIR=$(cd `dirname $0` && pwd)
cd ${CURDIR}

# Composer install
composer install --no-dev --no-suggest --optimize-autoloader
composer install --no-dev --no-suggest --prefer-dist --optimize-autoloader

# Commandes Doctrine
vendor/bin/doctrine-module orm:clear-cache:query