Development installation script

This commit is contained in:
FrancescoUK
2017-08-05 21:31:37 +01:00
committed by jekkos
parent 560d25a281
commit 1f6e689151

8
bin/devinstall.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
npm install --only=dev
composer install
php bin/install.php translations develop
bower install
bin/gendocs.sh