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

Add documentation for adding extensions #807

Open
colinrobinsonuib opened this issue Dec 9, 2024 · 2 comments
Open

Add documentation for adding extensions #807

colinrobinsonuib opened this issue Dec 9, 2024 · 2 comments

Comments

@colinrobinsonuib
Copy link

In my deploy/ folder I created a folder called extensions/ where I put some extensions (e.g. WikibaseQualityConstraints).

I then created docker-compose.override.yml that looks like:

services:
  wikibase:
    volumes:
      - ./extensions:/extensions:ro
    entrypoint: >
      sh -c "cp -r /extensions/* /var/www/html/extensions/ && /bin/bash /entrypoint.sh"

I feel like this would be something nice to put in the README for new people.

Copy link

welcome bot commented Dec 9, 2024

Hi! 👋

Thank you so much for opening your first issue with us! 🎉 We are thrilled to have you here and really appreciate you taking the time to contribute.

Your input is valuable in making our project better for everyone. If you have any questions, do not hesitate to ask. We're here to help and support you along the way!

Here are a few links to get you started:

Looking forward to collaborating with you. We will get back to you on this issue within the next 14 days. 😊

Happy contributing! 🚀

@lucamauri
Copy link

Regarding extensions, I think that also the following configuration:

# Load extensions if present, alphabetically ordered by filename
foreach (glob("LocalSettings.d/*.php") as $filename)
{
        include $filename;
}

needs a bit of explanation in the documentation.

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