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

IBX-8377: Fix OAuth server installation #2397

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jun 10, 2024

  1. oauth_server.md: Install DB before enabling the bundles

    It avoids having `php bin/console` checking the bundles' configs.
    
    `SET FOREIGN_KEY_CHECKS=0;` is useless, the session is broken between the commands and FOREIGN_KEY_CHECKS was set back to 1.
    adriendupuis committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5695173 View commit details
    Browse the repository at this point in the history