mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 19:51:30 +00:00
updated streamline-setup v2
This commit is contained in:
@@ -44,6 +44,12 @@ if [ $? -eq 0 ]; then
|
||||
|
||||
echo "[info] starting $APP_NAME ..."
|
||||
|
||||
php /var/www/html/artisan migrate
|
||||
|
||||
php /var/www/html/artisan db:seed --class=PermissionTableSeeder
|
||||
|
||||
php /var/www/html/artisan db:seed --class=PermissionsCategoryTableSeeder
|
||||
|
||||
php /var/www/html/artisan serve --host=0.0.0.0 --port=80
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user