aboutsummaryrefslogtreecommitdiffhomepage
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/install.sh b/install.sh
deleted file mode 100755
index fad8b4c0..00000000
--- a/install.sh
+++ /dev/null
@@ -1,13 +0,0 @@
1#! /usr/bin/env bash
2
3echo " > Installing PHP dependencies through Composer..."
4SYMFONY_ENV=prod composer install --no-interaction --no-progress --prefer-dist -o --no-dev
5
6chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm
7echo " > Downloading librairies through npm..."
8vendor/mouf/nodejs-installer/bin/local/npm install
9
10echo " > Concat, minify and installing assets..."
11node_modules/grunt/bin/grunt
12
13echo " > Install finished"