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

Fix and improve WSL process #1949

Merged
merged 15 commits into from
Feb 28, 2024
Merged

Fix and improve WSL process #1949

merged 15 commits into from
Feb 28, 2024

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    9c625bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c83cb9 View commit details
    Browse the repository at this point in the history
  3. Fix wrong path

    Should be in the users home directory, not root
    MichaelBelgium authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    fa11cb5 View commit details
    Browse the repository at this point in the history
  4. Enable php 8.2 and 8.3 fpm and restart

    Just like other php versions
    MichaelBelgium committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    cbfb8c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63222ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85b449e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e2b428 View commit details
    Browse the repository at this point in the history
  8. Use existing scripts for mariadb and php83 in wsl-init

    They do the same thing, prevent copy/pasting and what not
    MichaelBelgium committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    37c21e1 View commit details
    Browse the repository at this point in the history
  9. Fix restarting nginx in wsl:create-sites

    nginx didn't allow to restart as the restart command was in a loop and resulted in
    
    ```
    Feb 03 15:09:01 systemd[1]: Failed to start A high performance web server and a reverse proxy server.
    Feb 03 15:09:01 systemd[1]: nginx.service: Start request repeated too quickly.
    Feb 03 15:09:01 systemd[1]: nginx.service: Failed with result 'exit-code'.
    ```
    
    So just restart once at the end :)
    MichaelBelgium committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    a533048 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3208d6a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ea97e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Edit for styleci

    MichaelBelgium committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6f2ac13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca0a805 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eac28a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    48fa536 View commit details
    Browse the repository at this point in the history