-
-
Notifications
You must be signed in to change notification settings - Fork 163
Demo Setup instructions fail with composer error #47
Description
- I've read the guidelines for Contributing to Roots Projects
- This is a bug report for the roots-example-project.com repo and not for Trellis, Bedrock, Sage or Soil
- I've read the docs for Trellis, Bedrock, Sage and Soil (if applicable) and followed them
- This is not a personal support request that should be posted on the Roots Discourse forums
What is the current behavior?
The demo installation instructions fail with an error message on the TASK [wordpress-install : Install Dependencies with Composer] step:
failed: [default] (item={'value': {u'multisite': {u'enabled': False}, u'cache': {u'enabled': False}, u'ssl': {u'enabled': True, u'provider': u'self-signed'}, u'local_path': u'../site', u'site_hosts': [u'roots-example-project.dev'], u'admin_email': u'admin@roots-example-project.dev'}, 'key': u'roots-example-project.com'}) => {"changed": true, "cmd": ["composer", "install"], "delta": "0:00:00.085437", "end": "2016-06-16 18:42:44.447055", "failed": true, "item": {"key": "roots-example-project.com", "value": {"admin_email": "admin@roots-example-project.dev", "cache": {"enabled": false}, "local_path": "../site", "multisite": {"enabled": false}, "site_hosts": ["roots-example-project.dev"], "ssl": {"enabled": true, "provider": "self-signed"}}}, "rc": 1, "start": "2016-06-16 18:42:44.361618", "stderr": "You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug\nRunning composer as root/super user is highly discouraged as packages, plugins and scripts cannot always be trusted\nComposer could not find a composer.json file in /srv/www/roots-example-project.com/current\nTo initialize a project, please create a composer.json file as described in the https://getcomposer.org/ \"Getting Started\" section", "stdout": "", "stdout_lines": [], "warnings": []}
Destroying the vagrant image and retrying consistently produces the same error.
What is the expected or desired behavior?
The demo instructions should work, and I should be able to view the example project.
Bug report
Please provide steps to reproduce, including full log output:
Follow the instructions in the README of this repo exactly as laid out.
Please describe your local environment:
Ansible version: 2.1.0.0
OS: 10.11.5
Vagrant version: 1.8.4
Where did the bug happen? Development or remote servers?
Development server setup
Please provide a repository or your wordpress_sites config (if possible):
N/A
Is there a related Discourse thread or were any utilized (please link them)?
There is a Discourse thread that seems related https://discourse.roots.io/t/stderr-composer-could-not-find-a-composer-json-file-in-var-www-localhost-current/4698/8