Skip to content

Instantly share code, notes, and snippets.

@amcsi
Created July 5, 2017 13:49
Show Gist options
  • Save amcsi/f541284f8bc11c3424b49069bab666cf to your computer and use it in GitHub Desktop.
Save amcsi/f541284f8bc11c3424b49069bab666cf to your computer and use it in GitHub Desktop.
#!/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