在流浪盒上安装symfony 2.5的问题

时间:2014-06-09 17:44:54

标签: php symfony vagrant composer-php

无法在我的" hashicorp / precise64"中安装新的symfony 2.5.0副本。流浪盒。

使用

composer create-project symfony/framework-standard-edition temp/ 2.5.0 -vvv

安装。它始终停在

...
Reading /home/vagrant/.composer/cache/repo/https---packagist.org/provider-symfony$serializer.json from cache
Reading /home/vagrant/.composer/cache/repo/https---packagist.org/provider-symfony$twig-bridge.json from cache
Reading /home/vagrant/.composer/cache/repo/https---packagist.org/provider-symfony$twig-bundle.json from cache
Reading /home/vagrant/.composer/cache/repo/https---packagist.org/provider-symfony$web-profiler-bundle.json from cache

我的Vagrantfile:

VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
  config.vm.box = "hashicorp/precise64"
  config.vm.network "forwarded_port", guest: 80, host: 8088
end

1 个答案:

答案 0 :(得分:0)

再次尝试后再忘记它半小时就成功了。这简直太慢了。通常10-20秒

相关问题