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

Support installing claw-playbook behind proxies #1229

Open
Natkeeran opened this issue Jul 29, 2019 · 0 comments
Open

Support installing claw-playbook behind proxies #1229

Natkeeran opened this issue Jul 29, 2019 · 0 comments
Labels
Subject: Ansible Playbook Related to the maintenance and upkeep associated with an Ansible Playbook for Islandora. Always also Type: documentation provides documentation or asks for documentation.

Comments

@Natkeeran
Copy link
Contributor

When running claw-playbook behind proxies, it runs into two issue:

  • apt_repository does not respect proxy settings. Thus, it fails in installing repos for php and imagemagick.
    We can manually install and continue:
sudo apt-get install software-properties-common 
sudo add-apt-repository ppa:ondrej/php 
Sudo add-apt-repository ppa:lyrasis/imagemagick-jp2
sudo apt-get update

Need to manually install this to install all Alpaca repos:

/opt/karaf/bin$  ./client
karaf@root()> feature:repo-add reponame

It might be sufficient to add this to technical documentation, rather than work to address this issue depending on how many users may need to run/use Islandora 8 behind proxies.

@kstapelfeldt kstapelfeldt added Subject: Ansible Playbook Related to the maintenance and upkeep associated with an Ansible Playbook for Islandora. Always also Type: documentation provides documentation or asks for documentation. and removed Ansible labels Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Subject: Ansible Playbook Related to the maintenance and upkeep associated with an Ansible Playbook for Islandora. Always also Type: documentation provides documentation or asks for documentation.
Projects
Development

No branches or pull requests

2 participants