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

basedir="../../../.." for magmi.ini.default #19

Open
yssource opened this issue Feb 15, 2014 · 2 comments
Open

basedir="../../../.." for magmi.ini.default #19

yssource opened this issue Feb 15, 2014 · 2 comments

Comments

@yssource
Copy link

It should correct the 'basedir="../.."' to be 'basedir="../../../.."' for default configure file 'magmi.ini.default', if we use 'modmain clone' to install this project under the magento root directory.

@dweeves
Copy link
Owner

dweeves commented Feb 17, 2014

hmm, difficult to know the install comes from modman cloning. and if not, ../../../.. won't work.
So if you can provide me a way to detect modman cloning install type, i can provide a patch for default .ini file

@yssource
Copy link
Author

It's correct configuring basedir="../..", if unzip the magmi plugin under the magento root directory directly.
But, it has its good parts to install extensions for magento, if using modman tool.

  1. change dir to magento_root_dir, run 'modman init', '.modman' will be created.
  2. run 'modman clone https://github.com/dweeves/magmi-git.git', then a new link
    magmi -> .modman/magmi-git/magmi/ (NOTE, please backup your existed magmi folder first, 'modman clone' will remove it completed, if there is a existed one')
    will be created.
    This is the real location, .modman/magmi-git/magmi/cli/magmi.cli.php.
    So basedir="../../../.." makes sense for 'modman cloning'.
    --Cheers.

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

No branches or pull requests

2 participants