build/post_upgrade.sh
changeset 384 5598bad67f8d
parent 383 82a3db4b1d39
child 541 e756a8c72c3d
equal deleted inserted replaced
383:82a3db4b1d39 384:5598bad67f8d
    16 
    16 
    17     echo "Optimizing framework"
    17     echo "Optimizing framework"
    18     php artisan optimize
    18     php artisan optimize
    19     php artisan config:cache
    19     php artisan config:cache
    20     php artisan route:cache
    20     php artisan route:cache
    21     php artisan view:cache
       
    22 
       
    23 
    21 
    24     echo "Correcting file permissions for back office"
    22     echo "Correcting file permissions for back office"
    25     chgrp -R apache storage bootstrap/cache
    23     chgrp -R apache storage bootstrap/cache
    26     chmod -R ug+rwx storage bootstrap/cache
    24     chmod -R ug+rwx storage bootstrap/cache
    27 
    25