I try to install Ravel 9 using sail, but I get an error.
Git-bash to the location of the folder you want to install (or create)
Run Curl-s https://larvel.build/example-app|bash by following the Lavel official steps
*Example-app is 003_myapp
Then the following error occurred
$curl-s https://larvel.build/003_myapp|bash
docker: Error response from daemon: the working directory 'C:/Program Files/Git/opt' is invalid, it needs to be an absolute path.
See'docker run --help'.
Please provide your password so we can make some final adjustments to your application's permissions.
bash:line31: sudo:command not found
Thank you! We hope you build something accurate.Dive in with: cd003_myapp&./vendor/bin/sailup
I understand that Windows Subsystem for Linux 2 (WSL2) is required, but it seems that there is no problem as follows:
$wsl --list --verbose
NAME STATE VERSION
* Ubuntu Running 2
docker-desktop-data Running 2
docker-desktop Running 2
I don't know where to start, so it's stopped.
Thank you for your cooperation.
I used this website as a reference and it worked.
The task itself had to be done in Ubuntu
© 2024 OneMinuteCode. All rights reserved.