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

WSL Installation Upgrades and Documentation #1958

Merged
merged 4 commits into from
Apr 27, 2024

Commits on Mar 1, 2024

  1. WSL Installation Upgrades and Documentation

    - bin/homestead - Registered WslApplyFolderMapping command
    - scripts\features\mariadb.sh - stop the mysql service before uninstall and remove the installation tracking file.
    - scripts\features\mysql.sh - Create feature installation script for mysql.
    - scripts\features\postgresql.sh - removed `systemctl disable postgresq` from the end to make sure it works after the feature install
    - src\WslApplyFeatures.php - Changed the command name from wsl:apply-features to wsl:features.
    - src\WslApplyFolderMapping.php - Added new command to do folder mapping
    - src\WslCreateDatabaseCommand.php - Changed the command name from wsl:create-databases to wsl:databases.
    - src\WslCreateSiteCommand.php - Changed the command name from wsl:create-sites to wsl:sites.
      - Remove nginx/sites-enabled/* as well while removing existing nginx sites.
      - Add cron job for laravel schedule:run if mentioned in yaml file.
    - wsl.md - Documentation for Installing Homestead on Windows subsystem for Linux
    Karmendra Suthar committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    269017a View commit details
    Browse the repository at this point in the history
  2. Style CI Fix

    Karmendra Suthar committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a367328 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Fixed a typo

    Karmendra Suthar committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    38d47da View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Added validations for WSL_USER_NAME and WSL_USER_GROUP

    Karmendra Suthar committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    67fa423 View commit details
    Browse the repository at this point in the history