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

Installation on Debian #1072

Open
akuckartz opened this issue Mar 28, 2019 · 4 comments
Open

Installation on Debian #1072

akuckartz opened this issue Mar 28, 2019 · 4 comments
Labels
Type: documentation provides documentation or asks for documentation. Type: question asks for support (asks a question)
Milestone

Comments

@akuckartz
Copy link

https://github.com/Islandora-Devops/claw-playbook does not explain how CLAW can be installed on Debian. Are there any instructions on how to do that?

@whikloj
Copy link
Member

whikloj commented Mar 28, 2019

No, it has not been tried (to my knowledge). You are welcome to give it a go and let us know what issues you encounter. PRs on the various roles are also welcome.

@akuckartz akuckartz changed the title Intallation on Debian Installation on Debian Apr 4, 2019
@akuckartz
Copy link
Author

I tried to use vagrant on Debian as described in https://islandora-claw.github.io/CLAW/#installation

andreas@stretch:~/claw-playbook$ vagrant up
Bringing machine 'default' up with 'libvirt' provider...
==> default: Box 'ubuntu/xenial64' could not be found. Attempting to find and install...
    default: Box Provider: libvirt
    default: Box Version: >= 0
==> default: Loading metadata for box 'ubuntu/xenial64'
    default: URL: https://vagrantcloud.com/ubuntu/xenial64
The box you're attempting to add doesn't support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn't
simply misspell it.

If you're adding a box from HashiCorp's Vagrant Cloud, make sure the box is
released.

Name: ubuntu/xenial64
Address: https://vagrantcloud.com/ubuntu/xenial64
Requested provider: [:libvirt]

@akuckartz
Copy link
Author

I though I had found a workarround to the previous issue with

vagrant box add ubuntu/xenial64

but the real reason seems to be that virtualbox was not installed. After installing virtualbox

vagrant up

worked.

The next issue was that port 8080 was blocked. But the error message was helpful and explained what to do.

@akuckartz
Copy link
Author

I was able to access http://localhost:8000/ and log in with the account data provided on https://github.com/Islandora-Devops/claw-playbook/blob/27fce05c1dc6d3fb60cc5427df2ec9e716bee726/README.md

@whikloj whikloj added this to the 1.x milestone Apr 11, 2019
@kstapelfeldt kstapelfeldt added Type: documentation provides documentation or asks for documentation. Type: question asks for support (asks a question) and removed documentation labels Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: documentation provides documentation or asks for documentation. Type: question asks for support (asks a question)
Projects
Development

No branches or pull requests

3 participants