Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
Clarify issue with composer (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored and bravo-kernel committed Feb 22, 2018
1 parent c61ce7f commit d2b41c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ Once provisioning has completed you are ready to:
- Login to your Virtual Machine using the ``vagrant ssh`` command
- Login to your Cakebox Dashboard by browsing to [http://10.33.10.10](http://10.33.10.10)

### Troubleshooting

If adding an application fails with `Error: Installation failed: Error composer installing.`, you need to manually set the composer cache directory to the vagrant user again:
```
sudo chown vagrant:vagrant /home/vagrant/.composer -R
```

## Documentation

Full documentation [found here](http://cakebox.readthedocs.org/en/latest/).
Expand Down

0 comments on commit d2b41c3

Please sign in to comment.