Magento – Install Mailchimp without using Composer

composermagento-2.1mailchimp

I have a question about installing Mailchimp,

https://php-download.com/package/mailchimp/mc-magento2.

Server I'm using doesn't give permission to run composer. So I need to manually upload the full package. But I don't know how to do it. I just can't use composer in usual way.
I need to connect ebizmarts/mailchimp-lib with Mailchimp without using composer.

I'm using magento 2.1.7 Enterprise Cloud.

Can anyone help me with it please?

Best Answer

Cloud only allow git add we should install using local git. finally I did it. thanks 1st create a git branch and checkout it. locally have to install mailchimp using composer then add it to git . git add -A

than commit the change git commit -m " comment"

push the changes. git push origin branch

thats it.

Related Topic