Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Sylius - Symfony2 OpenSource Ecommerce

I am trying to install Sylius from here but i am unable to get it working. On running the command i get process timed out...well...due to the ever slow internet we use here. Could anyone please guide into installing sylius manually?? Like say manually updating vendors using composer.phar

like image 589
J.Cage Avatar asked May 23 '13 12:05

J.Cage


1 Answers

If composer timeouts try this:

$ COMPOSER_PROCESS_TIMEOUT=300 ./composer.phar install

You can replace 300 with any number of seconds you prefer.

like image 144
umpirsky Avatar answered Sep 29 '22 21:09

umpirsky