aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-15 15:40:20 +0200
committerGitHub <noreply@github.com>2016-10-15 15:40:20 +0200
commit05c009bb853e12d263213298072325f63e3a1deb (patch)
tree7ac6a86c42378df09fddf1184666c170c151b3d8 /scripts
parent8ecfdd7f8aa42929bbe17ca5c41e9f1f7f778b15 (diff)
parentf48a6f3a542613d68d7f8d12dfe9abe397c48db2 (diff)
downloadwallabag-05c009bb853e12d263213298072325f63e3a1deb.tar.gz
wallabag-05c009bb853e12d263213298072325f63e3a1deb.tar.zst
wallabag-05c009bb853e12d263213298072325f63e3a1deb.zip
Merge pull request #2451 from wallabag/add-dev-make
Bring make dev
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/dev.sh b/scripts/dev.sh
new file mode 100644
index 00000000..9b89da35
--- /dev/null
+++ b/scripts/dev.sh
@@ -0,0 +1,7 @@
1#! /usr/bin/env bash
2# You can execute this file to install wallabag dev environmnet
3# eg: `sh install.sh prod`
4
5composer install
6php bin/console wallabag:install
7php bin/console server:run