我正在与Debian和Symfony 2.8.2一起工作。我的命令 assets:install 有问题。键入此命令后不幸(我在使用ssh登录后尝试从Windows和Debian开始),我只能看到:
php app / console assets:安装web /
将资产作为硬拷贝安装。
或
php app / console assets:install --symlink
尝试将资源安装为绝对符号链接。
即使在15分钟后也没有任何事情发生,并且没有显示响应。
在我使用这个项目之前(我没有很多文件,只是我从这个项目开始)在Windows和Wamp上工作正常。有任何想法吗?
其他命令看起来很安静,包括缓存:清除。真的,我不知道出了什么问题。
顺便说一下。我在使用Vagrant时遇到的另一个问题是,我的防病毒软件(NOD)会阻止Vagrant,我必须关闭防病毒防火墙或不工作。我确信在测试期间资产:安装我关闭了AV。命令高速缓存:清除工作也是如此,我猜AV防火墙不是问题。
更新 的权限
> vendor
total 13
-rwxrwxrwx 1 root root 183 lut 4 21:38 autoload.php*
drwxrwxrwx 1 root root 0 gru 3 17:29 behat/
drwxrwxrwx 1 root root 0 gru 12 21:16 braincrafted/
drwxrwxrwx 1 root root 0 gru 2 17:57 cocur/
drwxrwxrwx 1 root root 4096 lut 4 21:30 composer/
drwxrwxrwx 1 root root 0 gru 9 23:29 craue/
drwxrwxrwx 1 root root 4096 lut 4 21:30 doctrine/
drwxrwxrwx 1 root root 0 lis 30 23:01 fresh/
drwxrwxrwx 1 root root 0 gru 27 16:51 friendsofsymfony/
drwxrwxrwx 1 root root 0 lut 4 21:30 gedmo/
drwxrwxrwx 1 root root 0 lut 4 21:30 genemu/
drwxrwxrwx 1 root root 0 sty 25 20:19 imagine/
drwxrwxrwx 1 root root 0 lis 28 19:34 incenteev/
drwxrwxrwx 1 root root 0 gru 20 23:24 ircmaxell/
drwxrwxrwx 1 root root 0 lis 28 19:34 jdorn/
drwxrwxrwx 1 root root 0 gru 12 21:40 jquery/
drwxrwxrwx 1 root root 0 gru 9 23:29 knplabs/
drwxrwxrwx 1 root root 0 lis 28 19:34 kriswallsmith/
drwxrwxrwx 1 root root 0 sty 25 20:19 liip/
drwxrwxrwx 1 root root 0 lis 28 19:34 monolog/
drwxrwxrwx 1 root root 0 sty 25 20:18 ocramius/
drwxrwxrwx 1 root root 0 lut 4 21:30 paragonie/
drwxrwxrwx 1 root root 0 lis 28 19:34 psr/
drwxrwxrwx 1 root root 0 gru 20 22:20 sensio/
drwxrwxrwx 1 root root 0 lis 28 19:34 sensiolabs/
drwxrwxrwx 1 root root 0 gru 9 23:29 sonata-project/
drwxrwxrwx 1 root root 0 lut 4 21:30 stof/
drwxrwxrwx 1 root root 0 lis 28 19:34 swiftmailer/
drwxrwxrwx 1 root root 4096 sty 25 20:18 symfony/
drwxrwxrwx 1 root root 0 gru 12 21:40 twbs/
drwxrwxrwx 1 root root 0 lut 4 21:30 twig/
drwxrwxrwx 1 root root 0 gru 27 16:51 willdurand/
drwxrwxrwx 1 root root 0 sty 25 20:18 zendframework/
web
total 43
-rwxrwxrwx 1 root root 1218 lut 1 21:46 app_dev.php*
-rwxrwxrwx 1 root root 10784 lis 28 19:30 apple-touch-icon.png*
-rwxrwxrwx 1 root root 1014 lis 28 19:30 app.php*
drwxrwxrwx 1 root root 0 gru 13 12:38 assets/
drwxrwxrwx 1 root root 4096 lut 4 22:34 bundles/
-rwxrwxrwx 1 root root 5746 gru 27 16:52 config.php*
drwxrwxrwx 1 root root 4096 gru 16 23:38 css/
-rwxrwxrwx 1 root root 6518 lis 28 19:30 favicon.ico*
drwxrwxrwx 1 root root 4096 gru 13 12:41 fonts/
drwxrwxrwx 1 root root 0 gru 12 22:21 images/
drwxrwxrwx 1 root root 4096 gru 12 22:21 js/
-rwxrwxrwx 1 root root 106 lis 28 19:30 robots.txt*
更新2
我发现它很有效(非常好),除非在输入命令assets:install
之前手动删除文件夹web/bundles
。
有什么建议吗?