Created
July 5, 2017 13:49
-
-
Save amcsi/f541284f8bc11c3424b49069bab666cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Break on error. | |
set -e | |
cd "$(dirname "$0")"/.. | |
composer install | |
bin/api odm:generate:proxies | |
bin/api odm:generate:hydrators | |
bin/api odm:generate:persistent-collections | |
# Clear the APCU cache. | |
sudo service php-fpm reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment