Salve a tutti,
spero possiate chiarirmi le idee.
Ho installato composer su windows 7, tramite l’installazione completa in .exe.
Ho impostato la variabile d’ambiente con i parametri corretti.
Quando poi vado a collegarmi al sito tramite shell, inserisco la seguente riga di comando per installare magento 2:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition .
Ma questo è il risultato che mi dà, non permettendomi di andare avanti nell’installazione di magento.
Installing magento/project-community-edition (2.2.5)
- Installing magento/project-community-edition (2.2.5): Loading from cache
Created project in .
Loading composer repositories with package information
Updating dependencies (including require-dev)
[Composer\Downloader\TransportException]
The "http://packagist.org/p/provider-2013%2499bae025d4d2e751a27fe35e136f601de188eda7077be4d5f63a549ea9790..." file could not be downloaded: failed to open stream: Connection timed out
create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>] [<directory>] [<version>]
-bash-4.1$
Riuscite a darmi una mano? grazie
Try
composer clearcache
Ho provato ad eseguire il comando:
composer clearcache.
Fatto ls -a, mi restituisce:
. .. composer.json
Faccio:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition .
E mi restituisce:
[InvalidArgumentException]
Project directory ./ is not empty.
rimuovo:
composer.json
Rilancio il comando:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition .
E mi restiruisce:
Installing magento/project-community-edition (2.2.5)
- Installing magento/project-community-edition (2.2.5): Downloading (100%)
Created project in .
Loading composer repositories with package information
[Composer\Downloader\TransportException]
The "https://packagist.org/packages.json" file could not be downloaded: failed to open stream: Connection timed out
create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>] [<directory>] [<version>]
Premetto che ho installato composer su windows, ma non so se devo spostarlo sullo spazio hosting che ospiterebbe il sito magento.
Se lancio però il comando "composer" dalla stessa shell, mi restituisce:
Composer version 1.4.1 2017-03-10 09:29:45.
Quindi deduco che composer sia anche nell'hosting che ospiterà magento..
Spero qualcuno possa aiutarmi, grazie.