Skip to content

Instantly share code, notes, and snippets.

@danielpereirabp
Last active March 16, 2016 17:25
Show Gist options
  • Save danielpereirabp/a98dc23c71c61d01405a to your computer and use it in GitHub Desktop.
Save danielpereirabp/a98dc23c71c61d01405a to your computer and use it in GitHub Desktop.
cd /home/forge/default
git pull origin master
composer install --no-interaction --no-dev --prefer-dist
composer update fzaninotto/faker --no-interaction --dev --prefer-dist
php artisan migrate:reset
php artisan migrate --force
php artisan db:seed
npm cache clean
npm install
bower install --config.interactive=false
gulp --production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment