rbrecruiter/install.sh

9 lines
156 B
Bash
Raw Normal View History

2020-07-08 06:02:32 +00:00
#!/usr/bin/env bash
2020-07-09 04:10:22 +00:00
echo "Preliminary installation starting!"
sleep 3
2020-07-08 06:02:32 +00:00
composer install
2020-07-09 04:10:22 +00:00
echo "Full installation starting!"
php artisan application:install