Updated install process

This commit is contained in:
Graham Campbell
2015-01-03 23:02:02 +00:00
parent 87fb500ea1
commit c9fb48ec5f

View File

@@ -58,12 +58,16 @@
"php artisan optimize",
"chmod -R 755 app/storage",
"php artisan cachet:one-click-deploy",
"$(npm bin -q)/gulp"
"bower install",
"npm install",
"gulp"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize",
"$(npm bin -q)/gulp"
"bower install",
"npm install",
"gulp"
],
"post-create-project-cmd": [
"php artisan key:generate"