aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
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