installer fixes; user's name

This commit is contained in:
Nabeel Shahzad
2017-12-31 12:09:23 -06:00
parent e73440d081
commit 2c53f091b9
6 changed files with 44 additions and 13 deletions

View File

@@ -90,10 +90,8 @@ deploy-package:
.PHONY: reset-installer
reset-installer:
@cp .env.dev.example .env
@make clean
mysql -uroot -e "DROP DATABASE IF EXISTS phpvms"
mysql -uroot -e "CREATE DATABASE phpvms"
@php artisan database:create --reset
@php artisan migrate:refresh --seed
.PHONY: docker
docker: