You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of several months ago, we changed the API so that you need to provision in two steps:
ISLANDORA_BUILD_BASE=true vagrant up builds the "base box" including installing Composer
(then you can package the base box, see README or documentation)
Then, vagrant up installs islandora.
When I run vagrant up it faill whit this error 👍
fatal: [default]: FAILED! => {"changed": false, "cmd": "/usr/local/bin/composer create-project 'islandora/islandora-starter-site:^0.2' /tmp/composer-project --prefer-dist --no-interaction", "msg": "[Errno 2] No such file or directory: b'/usr/local/bin/composer'", "rc": 2}
The text was updated successfully, but these errors were encountered: