::
- rm -rf var/cache/*
- git fetch origin
- git fetch --tags
- git checkout 2.1.3 --force
- SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
- php bin/console cache:clear --env=prod
+ make update
Update auf einem Shared Webhosting
----------------------------------
::
- rm -rf var/cache/*
- git fetch origin
- git fetch --tags
- git checkout 2.1.3 --force
- SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
- php bin/console cache:clear --env=prod
+ make update
Upgrade on a shared hosting
---------------------------
::
- rm -rf var/cache/*
- git fetch origin
- git fetch --tags
- git checkout 2.1.3 --force
- SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
- php bin/console cache:clear --env=prod
+ make update
Mise à jour sur un hébergement mutualisé
----------------------------------------