Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling changes for 2.0.0 causes directory not found error on fresh build #244

Closed
alxp opened this issue Dec 16, 2022 · 1 comment
Closed

Comments

@alxp
Copy link
Contributor

alxp commented Dec 16, 2022

Just pulled the changes made for the 2.0.0 release on to my local instance.

I did not set any new variables so I can test default behaviour.

Then running vagrant up produces the following error:

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'islandora_base' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'islandora_base' (v0) for provider: virtualbox
    default: Downloading: islandora_base
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Couldn't open file /Users/aoneill/dev/islandora-playbook/islandora_base

Is this folder meant to exist? Perhaps because you can't normally check empty folders in to Git it is not there for me.

cc @whikloj @rosiel

@rosiel
Copy link
Contributor

rosiel commented Dec 16, 2022

The first time you run vagrant up, you need to set ISLANDORA_INSTALL_BASE=true

I've updated the README and there is an open PR for the official documentation.

Once you export it to a base box (at this point the steps are only in the Documentation PR, though maybe it belongs in the README too?) then islandora_base will be a ~2GB base box file in your playbook directory.

@rosiel rosiel closed this as completed Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants