-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install command hanging on fresh install #318
Comments
This part of the install script just hangs and doesn't generate the application key https://github.com/REBELinBLUE/deployer/blob/master/app/Console/Commands/InstallApp.php#L531-L532 I still had SomeRandomString in .env after it said it had completed. |
Very odd, I shall set up a debian VM and try it out |
Yeah strange, tried it multiple times as well. FYI: running the |
ok managed to recreate the issue >_< |
Looks like the default environment has changed in laravel at some point so that if it isn't set it defaults to |
Expected behaviour
Completion of the install command
Actual behaviour
Hangs on whatever is at this point. Pressing enter after 10 minutes made it continue on to database migrations.
Pressing enter
Steps to reproduce
Clone and install via steps.
Environment info
Operating System: Debian Jessie 8.7
PHP Version: 7.0.16
Node Version: 7.6.0
Database System: MariaDB
Database Version: 10.1, so MySQL 5.5 I believe
Logs (see storage/logs/) or other output that would be helpful
(If logs are large, please upload as attachment).
The text was updated successfully, but these errors were encountered: