Magento 2.x
Installazione via Shell
composer config repositories.core vcs [email protected]:shinesoftware/core.git
composer config repositories.unicredit vcs [email protected]:shinesoftware/unicredit.git
composer require shinesoftware/core:dev-master
composer require shinesoftware/unicredit:dev-masterssh-keygen << creare una chiave con il nome id_shinesoftware
cat ~/.ssh/id_shinesoftware.pub << chiave da inviare alla shinesoftware
eval $(ssh-agent) << attivazione dell'agente ssh
ssh-add ~/.ssh/id_shinesoftware << attivazione della nuova chiave nel vostro serverLast updated