You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
WSL Installation Upgrades and Documentation (#1958)
* 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
* Style CI Fix
* Fixed a typo
* Added validations for WSL_USER_NAME and WSL_USER_GROUP
---------
Co-authored-by: Karmendra Suthar <karmendra.suthar@omniware.in>
0 commit comments