1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Added explanations about migrations

This commit is contained in:
Nicolas Lœuillet 2016-11-24 21:15:07 +01:00
parent afaee1cc0a
commit c8ef0583af
2 changed files with 66 additions and 35 deletions

View file

@ -16,4 +16,5 @@ git fetch --tags
TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
git checkout $TAG --force
SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist
php bin/console doctrine:migrations:migrate --env=$ENV
php bin/console cache:clear --env=$ENV