cancel
Showing results for 
Search instead for 
Did you mean: 

Windows 7: Composer magento 2 errore

Windows 7: Composer magento 2 errore

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

 

5 REPLIES 5

Re: Windows 7: Composer magento 2 errore

Try 

composer clearcache
Did you find it helpful? Please give "Kudos" or "Accept as Solution".
Meet 70+ extensions and templates for M1 & M2 in one place


Re: Windows 7: Composer magento 2 errore

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.

Re: Windows 7: Composer magento 2 errore

ma perchè non sei su server linux? Almeno le basi Smiley Wink
Preventivo Gratuito - Free Quote http://caygri.com/

Re: Windows 7: Composer magento 2 errore

Il server dove è installato il sito è Linux.
Provo a fare la domanda diversamente.
Lavoro da un PC Windows. Tramite Shell cygwin mi sono collegata al sito dove dovrò installare Magento.
Composer dove lo devo installare sul mio PC oppure lo trovo già installato sul server?
Intanto da Shell avviando la riga di comando come su descritto, non riesco ad andare avanti.
Grazie per la pazienza.

Re: Windows 7: Composer magento 2 errore

ora la domanda è posta in maniera corretta! No il composer lo devi installare tramite shell sul tuo server linux.
Preventivo Gratuito - Free Quote http://caygri.com/