Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Remove magerun dependency #10

Open
bobbyshaw opened this issue Oct 9, 2015 · 2 comments
Open

Remove magerun dependency #10

bobbyshaw opened this issue Oct 9, 2015 · 2 comments

Comments

@bobbyshaw
Copy link
Member

We built magedbm on top of Magerun for speed of development. To reduce dependencies we could re-implement the small portion of magerun that we use:

  • Find magento application root
  • Reading app/etc/local.xml file to get database credentials.
  • Database dump with mysql exec (we've already integrated a PHP alternative when exec isn't available.
@bobbyshaw
Copy link
Member Author

This is a low priority.

@punkstar
Copy link
Contributor

The first two bullet points could be achieved with https://github.com/meanbee/libmageconf these days.

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

No branches or pull requests

2 participants