Open bvacadie opened 1 year ago
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 :+1:
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}