aboutsummaryrefslogtreecommitdiffhomepage
path: root/install_dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install_dev.sh')
-rwxr-xr-xinstall_dev.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/install_dev.sh b/install_dev.sh
new file mode 100755
index 00000000..81f871da
--- /dev/null
+++ b/install_dev.sh
@@ -0,0 +1,16 @@
1#! /usr/bin/env bash
2
3echo "Installing PHP dependencies (including dev) through Composer..."
4composer install
5
6echo "Downloading javascript librairies through npm..."
7npm install
8
9echo "Downloading fonts librairies through bower..."
10bower install
11
12echo "Concat, minify and installing assets..."
13grunt
14
15echo "Installing wallabag..."
16php bin/console wallabag:install