aboutsummaryrefslogtreecommitdiffhomepage
path: root/install_dev.sh
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-06-23 09:25:01 +0200
committerGitHub <noreply@github.com>2016-06-23 09:25:01 +0200
commit49e2854d5c15bbce3f24f91da34450e8f209295b (patch)
treef5aa95445549cc151e86f144b40464eecee28cf7 /install_dev.sh
parent4eaaa27bb5b9a5725b26471a39548d764fc9cd0a (diff)
parent496cfdc0172fd55cb555f74b64704c8f50c71b77 (diff)
downloadwallabag-49e2854d5c15bbce3f24f91da34450e8f209295b.tar.gz
wallabag-49e2854d5c15bbce3f24f91da34450e8f209295b.tar.zst
wallabag-49e2854d5c15bbce3f24f91da34450e8f209295b.zip
Merge pull request #2142 from wallabag/v2-use-npm
Manage assets through npm
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