Islandora-Devops / islandora-playbook

Ansible playbook for building Islandora
MIT License
31 stars 53 forks source link

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} #262

Open bvacadie opened 1 year ago

bvacadie commented 1 year ago

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}

rosiel commented 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.