From 1f6e689151bcabd7a28197fb37eec02b20cb6b9a Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sat, 5 Aug 2017 21:31:37 +0100 Subject: [PATCH] Development installation script --- bin/devinstall.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bin/devinstall.sh diff --git a/bin/devinstall.sh b/bin/devinstall.sh new file mode 100644 index 000000000..af867909b --- /dev/null +++ b/bin/devinstall.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +npm install --only=dev +composer install +php bin/install.php translations develop +bower install +bin/gendocs.sh +