]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - scripts/dev.sh
Bring make dev
[github/wallabag/wallabag.git] / scripts / dev.sh
diff --git a/scripts/dev.sh b/scripts/dev.sh
new file mode 100644 (file)
index 0000000..9b89da3
--- /dev/null
@@ -0,0 +1,7 @@
+#! /usr/bin/env bash
+# You can execute this file to install wallabag dev environmnet
+# eg: `sh install.sh prod`
+
+composer install
+php bin/console wallabag:install
+php bin/console server:run