mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-07 07:17:43 -04:00
Development installation script
This commit is contained in:
8
bin/devinstall.sh
Normal file
8
bin/devinstall.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
npm install --only=dev
|
||||
composer install
|
||||
php bin/install.php translations develop
|
||||
bower install
|
||||
bin/gendocs.sh
|
||||
|
||||
Reference in New Issue
Block a user