Skip to content
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

Fix DB workings to use Laravel artisan commands #103

Merged

Conversation

CyberiaResurrection
Copy link
Contributor

I had downloaded 92five for my own use and had problems with database setup that blocked installation.

Judging by your issue tracker, I'm not the only one (for example, #101 (partly), #76, #102 ), so I've cleaned up and published local changes I had made.

I haven't tried breaking your big migration file out into its component parts - I was more focused on simply getting it working. I added basic tests so I could verify my changes still did what they were supposed to - are there any more tests you want me to add regarding my changes?

On two local machines of mine, php artisan migrate --seed and php artisan migrate:reset both run to completion with no errors.

92five also installs cleanly on both machines after these changes.

1.  MySQL dumpfile no longer called - has been removed.
2.  Artisan migrate and seed calls made in InstallController.
3.  Bootstrap autoloader modified to return a new LARAVEL_START_...
    value for each new process - needed to run tests in process isolation
4.  Update install controller tests to reflect changes.
@chintanbanugaria chintanbanugaria merged commit 41a0640 into chintanbanugaria:master Jul 18, 2016
@chintanbanugaria
Copy link
Owner

@CyberiaResurrection Thanks for solving the DB issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants