Files
opensourcepos/bin/devinstall.sh
2017-08-06 02:10:18 +02:00

9 lines
122 B
Bash

#!/bin/sh
npm install --only=dev
composer install
php bin/install.php translations develop
bower install
bin/gendocs.sh