0

这是我第一次在格子目录下运行“vagrant provision”时收到的错误消息(在“安装 NFS 共享文件夹...”中阻止命令“vagrant up”之后):

TASK [wordpress-install : Install Dependencies with Composer] ******************
System info:
Ansible 2.9.11; Vagrant 2.2.9; Linux
Trellis version (per changelog): "Removes ID from Lets Encrypt bundled certificate and make filename stable"
---------------------------------------------------
Composer could not find a composer.json file in /srv/www/example.com/current
To initialize a project, please create a composer.json file 
  as described in the https://getcomposer.org/ "Getting Started" 
  section failed: [default] (item=example.com) => 
{
  "ansible_loop_var": "item",
  "changed": false,
  "item": {
    "key": "example.com",
    "value": {
      "admin_email": "admin@example.test",
      "cache": {
        "enabled": false
      },
      "local_path": "../site",
      "multisite": {
        "enabled": false
      },
      "site_hosts": [
        {
          "canonical": "example.test",
          "redirects": [
            "www.example.test"
          ]
        }
      ],
      "ssl": {
        "enabled": false,
        "provider": "self-signed"
      }
    }
  },
  "stdout": "Composer could not find a composer.json file in /srv/www/example.com/current\nTo initialize a project, please create a composer.json file as described in the https://getcomposer.org/ \"Getting Started\" section\n",
  "stdout_lines": [
    "Composer could not find a composer.json file in /srv/www/example.com/current",
    "To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ \"Getting Started\" section"
  ]
} 
PLAY RECAP *********************************************************************

默认值:确定=125 更改=83 无法访问=0 失败=1 跳过=34 获救=0 忽略=0

Ansible 未能成功完成。任何错误输出都应该在上面可见。请修复这些错误,然后重试。

我该如何解决?在哪里可以找到适合在 Linux 上进行本地开发的 Trellis、Bedrock 和 Sage 的composer.json ?

Ubuntu 19.10

4

0 回答 0